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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c1689 UINT MinVertexIndex,UINT NumVertices,UINT startIndex,UINT primCount) {
1694 iface, PrimitiveType, MinVertexIndex, NumVertices, startIndex, primCount);
1699 vertex_count_from_primitive_count(PrimitiveType, primCount));
1688 IDirect3DDevice8Impl_DrawIndexedPrimitive(LPDIRECT3DDEVICE8 iface, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex,UINT NumVertices,UINT startIndex,UINT primCount) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c2260 INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount) {
2267 NumVertices, startIndex, primCount);
2273 vertex_count_from_primitive_count(PrimitiveType, primCount));
2259 IDirect3DDevice9Impl_DrawIndexedPrimitive(LPDIRECT3DDEVICE9EX iface, D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount) argument

Completed in 88 milliseconds