Searched defs:NumVertices (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | device9.c | 3028 NineDevice9_DrawIndexedPrimitive( struct NineDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT StartIndex, UINT PrimitiveCount ) NineDevice9_DrawIndexedPrimitive() argument 3130 NineDevice9_DrawIndexedPrimitiveUP( struct NineDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertices, UINT PrimitiveCount, const void *pIndexData, D3DFORMAT IndexDataFormat, const void *pVertexStreamZeroData, UINT VertexStreamZeroStride ) NineDevice9_DrawIndexedPrimitiveUP() argument [all...] |
H A D | nine_lock.c | 1490 LockDevice9_DrawIndexedPrimitive( struct NineDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount ) LockDevice9_DrawIndexedPrimitive() argument 1520 LockDevice9_DrawIndexedPrimitiveUP( struct NineDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertices, UINT PrimitiveCount, const void *pIndexData, D3DFORMAT IndexDataFormat, const void *pVertexStreamZeroData, UINT VertexStreamZeroStride ) LockDevice9_DrawIndexedPrimitiveUP() argument
|
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9types.h | 1736 UINT NumVertices; member
|
Completed in 15 milliseconds