Searched refs:indexDataFormat (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 236 …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()
|
D | Direct3DDevice9Ex.hpp | 141 …dices, unsigned int PrimitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *…
|
D | Direct3DDevice9.hpp | 85 …dices, unsigned int PrimitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *…
|
D | Direct3DDevice9.cpp | 1064 …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/ |
D | Direct3DDevice8.hpp | 82 …dices, unsigned int PrimitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *…
|
D | Direct3DDevice8.cpp | 958 …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()
|