Searched defs:NumVertexIndices (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c1723 UINT NumVertexIndices,UINT PrimitiveCount,CONST void* pIndexData,
1731 iface, PrimitiveType, MinVertexIndex, NumVertexIndices, PrimitiveCount,
1722 IDirect3DDevice8Impl_DrawIndexedPrimitiveUP(LPDIRECT3DDEVICE8 iface, D3DPRIMITIVETYPE PrimitiveType,UINT MinVertexIndex, UINT NumVertexIndices,UINT PrimitiveCount,CONST void* pIndexData, D3DFORMAT IndexDataFormat,CONST void* pVertexStreamZeroData, UINT VertexStreamZeroStride) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c2301 UINT NumVertexIndices, UINT PrimitiveCount, CONST void* pIndexData,
2308 iface, PrimitiveType, MinVertexIndex, NumVertexIndices, PrimitiveCount,
2300 IDirect3DDevice9Impl_DrawIndexedPrimitiveUP(LPDIRECT3DDEVICE9EX iface, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertexIndices, UINT PrimitiveCount, CONST void* pIndexData, D3DFORMAT IndexDataFormat, CONST void* pVertexStreamZeroData, UINT VertexStreamZeroStride) argument

Completed in 71 milliseconds