Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp229 …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()
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() function in D3D9::Direct3DDevice9