Searched defs:idxSize (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddrawprim.c114 const void *idxData, UINT idxSize, UINT startIdx)
136 if (idxSize)
145 if (idxSize == 2) pIdxBufS = idxData;
148 ERR("non-NULL idxData with 0 idxSize, this should never happen\n");
276 if (idxSize == 2)
469 const void *idxData, UINT idxSize, UINT startIdx)
478 if (idxSize)
487 if (idxSize == 2) pIdxBufS = idxData;
490 ERR("non-NULL idxData with 0 idxSize, this should never happen\n");
502 if (idxSize
112 drawStridedSlow(const struct wined3d_device *device, const struct wined3d_context *context, const struct wined3d_stream_info *si, UINT NumVertexes, GLenum glPrimType, const void *idxData, UINT idxSize, UINT startIdx) argument
467 drawStridedSlowVs(const struct wined3d_gl_info *gl_info, const struct wined3d_state *state, const struct wined3d_stream_info *si, UINT numberOfVertices, GLenum glPrimitiveType, const void *idxData, UINT idxSize, UINT startIdx) argument
535 drawStridedInstanced(const struct wined3d_gl_info *gl_info, const struct wined3d_state *state, const struct wined3d_stream_info *si, UINT numberOfVertices, GLenum glPrimitiveType, const void *idxData, UINT idxSize, UINT startIdx, UINT base_vertex_index, UINT instance_count) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddrawprim.c81 const void *idxData, UINT idxSize, UINT startIdx)
103 if (idxSize != 0) {
112 if (idxSize == 2) pIdxBufS = idxData;
115 ERR("non-NULL idxData with 0 idxSize, this should never happen\n");
243 if (idxSize == 2)
437 GLenum glPrimitiveType, const void *idxData, UINT idxSize, UINT startIdx)
448 if (idxSize != 0) {
457 if (idxSize == 2) pIdxBufS = idxData;
460 ERR("non-NULL idxData with 0 idxSize, this should never happen\n");
471 if (idxSize
79 drawStridedSlow(IWineD3DDevice *iface, const struct wined3d_context *context, const struct wined3d_stream_info *si, UINT NumVertexes, GLenum glPrimType, const void *idxData, UINT idxSize, UINT startIdx) argument
436 drawStridedSlowVs(IWineD3DDevice *iface, const struct wined3d_stream_info *si, UINT numberOfVertices, GLenum glPrimitiveType, const void *idxData, UINT idxSize, UINT startIdx) argument
494 drawStridedInstanced(IWineD3DDevice *iface, const struct wined3d_stream_info *si, UINT numberOfVertices, GLenum glPrimitiveType, const void *idxData, UINT idxSize, UINT startIdx) argument
586 drawPrimitive(IWineD3DDevice *iface, UINT index_count, UINT StartIdx, UINT idxSize, const void *idxData) argument
[all...]
H A Ddevice.c4922 DWORD idxSize = (IndexDataFormat == WINED3DFMT_R32_UINT ? 4 : 2); local
4933 drawPrimitive(iface, vertex_count, 0 /* start_idx */, idxSize, pIndexData);

Completed in 68 milliseconds