Searched refs:MinVertexIndex (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_state.h | 502 UINT MinVertexIndex, 516 UINT MinVertexIndex,
|
D | device9.h | 632 UINT MinVertexIndex, 647 UINT MinVertexIndex,
|
D | device9.c | 2773 UINT MinVertexIndex, in NineDevice9_DrawIndexedPrimitive() argument 2780 This, PrimitiveType, BaseVertexIndex, MinVertexIndex, NumVertices, in NineDevice9_DrawIndexedPrimitive() 2788 MinVertexIndex, NumVertices, StartIndex, in NineDevice9_DrawIndexedPrimitive() 2846 UINT MinVertexIndex, in NineDevice9_DrawIndexedPrimitiveUP() argument 2859 This, PrimitiveType, MinVertexIndex, NumVertices, PrimitiveCount, in NineDevice9_DrawIndexedPrimitiveUP() 2878 const unsigned base = MinVertexIndex * VertexStreamZeroStride; in NineDevice9_DrawIndexedPrimitiveUP() 2907 MinVertexIndex, in NineDevice9_DrawIndexedPrimitiveUP()
|
D | nine_state.c | 2497 ARG_VAL(UINT, MinVertexIndex), in CSMT_ITEM_NO_WAIT() argument 2512 info.min_index = MinVertexIndex; in CSMT_ITEM_NO_WAIT() 2513 info.max_index = MinVertexIndex + NumVertices - 1; in CSMT_ITEM_NO_WAIT() 2544 ARG_VAL(UINT, MinVertexIndex), in CSMT_ITEM_NO_WAIT() argument 2562 info.min_index = MinVertexIndex; in CSMT_ITEM_NO_WAIT() 2563 info.max_index = MinVertexIndex + NumVertices - 1; in CSMT_ITEM_NO_WAIT()
|
D | nine_lock.c | 1493 UINT MinVertexIndex, in LockDevice9_DrawIndexedPrimitive() argument 1500 …r = NineDevice9_DrawIndexedPrimitive(This, PrimitiveType, BaseVertexIndex, MinVertexIndex, NumVert… in LockDevice9_DrawIndexedPrimitive() 1522 UINT MinVertexIndex, in LockDevice9_DrawIndexedPrimitiveUP() argument 1532 …r = NineDevice9_DrawIndexedPrimitiveUP(This, PrimitiveType, MinVertexIndex, NumVertices, Primitive… in LockDevice9_DrawIndexedPrimitiveUP()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 240 …dPrimitive(D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVerti… 242 …virtual HRESULT WINAPI DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex,… 828 …ce9 *This, D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVerti… 830 …tiveUP)(IDirect3DDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVerti… 1079 …9Ex *This, D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVerti… 1081 …veUP)(IDirect3DDevice9Ex *This, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVerti…
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 325 …STDMETHOD(DrawIndexedPrimitiveUP)(THIS_ D3DPRIMITIVETYPE PrimitiveType,UINT MinVertexIndex,UINT Nu… in DECLARE_INTERFACE_()
|