Home
last modified time | relevance | path

Searched refs:bindVertexStreams (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9.hpp194 void bindVertexStreams(int base, bool instancing, int instance);
DDirect3DDevice9.cpp1051 bindVertexStreams(baseVertexIndex, true, instance); in DrawIndexedPrimitive()
1057 bindVertexStreams(baseVertexIndex, false, 0); in DrawIndexedPrimitive()
1146 bindVertexStreams(0, false, 0); in DrawIndexedPrimitiveUP()
1180 bindVertexStreams(startVertex, false, 0); in DrawPrimitive()
1244 bindVertexStreams(0, false, 0); in DrawPrimitiveUP()
5714 void Direct3DDevice9::bindVertexStreams(int base, bool instancing, int instance) in bindVertexStreams() function in D3D9::Direct3DDevice9