Searched refs:NumVertices (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_state.h | 510 UINT NumVertices, 524 UINT NumVertices,
|
D | device9.h | 647 UINT NumVertices, 662 UINT NumVertices,
|
D | device9.c | 2920 UINT NumVertices, in NineDevice9_DrawIndexedPrimitive() argument 2926 This, PrimitiveType, BaseVertexIndex, MinVertexIndex, NumVertices, in NineDevice9_DrawIndexedPrimitive() 2934 MinVertexIndex, NumVertices, StartIndex, in NineDevice9_DrawIndexedPrimitive() 2993 UINT NumVertices, in NineDevice9_DrawIndexedPrimitiveUP() argument 3005 This, PrimitiveType, MinVertexIndex, NumVertices, PrimitiveCount, in NineDevice9_DrawIndexedPrimitiveUP() 3029 NumVertices * VertexStreamZeroStride, /* XXX */ in NineDevice9_DrawIndexedPrimitiveUP() 3054 NumVertices, in NineDevice9_DrawIndexedPrimitiveUP()
|
D | nine_lock.c | 1494 UINT NumVertices, in LockDevice9_DrawIndexedPrimitive() argument 1500 …IndexedPrimitive(This, PrimitiveType, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, pr… in LockDevice9_DrawIndexedPrimitive() 1523 UINT NumVertices, in LockDevice9_DrawIndexedPrimitiveUP() argument 1532 …r = NineDevice9_DrawIndexedPrimitiveUP(This, PrimitiveType, MinVertexIndex, NumVertices, Primitive… in LockDevice9_DrawIndexedPrimitiveUP()
|
D | nine_state.c | 2350 ARG_VAL(UINT, NumVertices), in CSMT_ITEM_NO_WAIT() argument 2365 info.max_index = MinVertexIndex + NumVertices - 1; in CSMT_ITEM_NO_WAIT() 2397 ARG_VAL(UINT, NumVertices), in CSMT_ITEM_NO_WAIT() argument 2415 info.max_index = MinVertexIndex + NumVertices - 1; in CSMT_ITEM_NO_WAIT()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 240 …TIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startInde… 242 …dPrimitiveUP(D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertices, UINT Primitive… 828 …TIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startInde… 830 …vice9 *This, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertices, UINT Primitive… 1079 …TIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startInde… 1081 …ce9Ex *This, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertices, UINT Primitive…
|
D | d3d9types.h | 1736 UINT NumVertices; member
|