Searched refs:DrawIndexedPrimitive (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() function in D3D9::Direct3DDevice9Ex 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() function in D3D9::Direct3DDevice9
|