Searched refs:baseVertexIndex (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 229 …long Direct3DDevice9Ex::DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned … in DrawIndexedPrimitive() argument 231 …signed int startIndex = %d, unsigned int primitiveCount = %d", type, baseVertexIndex, minIndex, nu… in DrawIndexedPrimitive() 233 …return Direct3DDevice9::DrawIndexedPrimitive(type, baseVertexIndex, minIndex, numVertices, startIn… in DrawIndexedPrimitive()
|
D | Direct3DDevice9Ex.hpp | 139 …long __stdcall DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned int minIn…
|
D | Direct3DDevice9.hpp | 84 …long __stdcall DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned int minIn…
|
D | Direct3DDevice9.cpp | 996 …long Direct3DDevice9::DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned in… in DrawIndexedPrimitive() argument 1000 …signed int startIndex = %d, unsigned int primitiveCount = %d", type, baseVertexIndex, minIndex, nu… in DrawIndexedPrimitive() 1051 bindVertexStreams(baseVertexIndex, true, instance); in DrawIndexedPrimitive() 1057 bindVertexStreams(baseVertexIndex, false, 0); in DrawIndexedPrimitive()
|