HomeSort by relevance Sort by last modified time
    Searched defs:DrawIndexedPrimitive (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp 996 long Direct3DDevice9::DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned int minIndex, unsigned int numVertices, unsigned int startIndex, unsigned int primitiveCount)
    [all...]
Direct3DDevice9Ex.cpp 229 long Direct3DDevice9Ex::DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned int minIndex, unsigned int numVertices, unsigned int startIndex, unsigned int primitiveCount)
233 return Direct3DDevice9::DrawIndexedPrimitive(type, baseVertexIndex, minIndex, numVertices, startIndex, primitiveCount);
    [all...]

Completed in 83 milliseconds