Home
last modified time | relevance | path

Searched refs:indexDataFormat (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp236 …tices, unsigned int primitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *… in DrawIndexedPrimitiveUP() argument
238 …tride = %d", type, minIndex, numVertices, primitiveCount, indexData, indexDataFormat, vertexStream… in DrawIndexedPrimitiveUP()
240 …dPrimitiveUP(type, minIndex, numVertices, primitiveCount, indexData, indexDataFormat, vertexStream… in DrawIndexedPrimitiveUP()
DDirect3DDevice9Ex.hpp141 …dices, unsigned int PrimitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *…
DDirect3DDevice9.hpp85 …dices, unsigned int PrimitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *…
DDirect3DDevice9.cpp1064 …tices, unsigned int primitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *… in DrawIndexedPrimitiveUP() argument
1068 …tride = %d", type, minIndex, numVertices, primitiveCount, indexData, indexDataFormat, vertexStream… in DrawIndexedPrimitiveUP()
1098 length *= indexDataFormat == D3DFMT_INDEX32 ? 4 : 2; in DrawIndexedPrimitiveUP()
1100 …Direct3DIndexBuffer9 *indexBuffer = new Direct3DIndexBuffer9(this, length, 0, indexDataFormat, D3D… in DrawIndexedPrimitiveUP()
1117 if(indexDataFormat == D3DFMT_INDEX32) in DrawIndexedPrimitiveUP()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp82 …dices, unsigned int PrimitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *…
DDirect3DDevice8.cpp958 …tices, unsigned int primitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *… in DrawIndexedPrimitiveUP() argument
990 length *= indexDataFormat == D3DFMT_INDEX32 ? 4 : 2; in DrawIndexedPrimitiveUP()
992 …Direct3DIndexBuffer8 *indexBuffer = new Direct3DIndexBuffer8(this, length, 0, indexDataFormat, D3D… in DrawIndexedPrimitiveUP()
1009 if(indexDataFormat == D3DFMT_INDEX32) in DrawIndexedPrimitiveUP()