Home
last modified time | relevance | path

Searched defs: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
DDirect3DDevice9.cpp996 …long Direct3DDevice9::DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned in… in DrawIndexedPrimitive() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp889 …long Direct3DDevice8::DrawIndexedPrimitive(D3DPRIMITIVETYPE type, unsigned int minIndex, unsigned … in DrawIndexedPrimitive() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h323 …STDMETHOD(DrawIndexedPrimitive)(THIS_ D3DPRIMITIVETYPE,UINT minIndex,UINT NumVertices,UINT startIn… in DECLARE_INTERFACE_() local