Home
last modified time | relevance | path

Searched refs:baseVertexIndex (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp229 …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()
DDirect3DDevice9Ex.hpp139 …long __stdcall DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned int minIn…
DDirect3DDevice9.hpp84 …long __stdcall DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned int minIn…
DDirect3DDevice9.cpp996 …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()