Searched refs:IndexDataFormat (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | device9.h | 651 D3DFORMAT IndexDataFormat,
|
D | device9.c | 2850 D3DFORMAT IndexDataFormat, in NineDevice9_DrawIndexedPrimitiveUP() argument 2860 pIndexData, IndexDataFormat, in NineDevice9_DrawIndexedPrimitiveUP() 2865 user_assert(IndexDataFormat == D3DFMT_INDEX16 || in NineDevice9_DrawIndexedPrimitiveUP() 2866 IndexDataFormat == D3DFMT_INDEX32, D3DERR_INVALIDCALL); in NineDevice9_DrawIndexedPrimitiveUP() 2874 unsigned index_size = (IndexDataFormat == D3DFMT_INDEX16) ? 2 : 4; in NineDevice9_DrawIndexedPrimitiveUP()
|
D | nine_lock.c | 1526 D3DFORMAT IndexDataFormat, in LockDevice9_DrawIndexedPrimitiveUP() argument 1532 …mitiveType, MinVertexIndex, NumVertices, PrimitiveCount, pIndexData, IndexDataFormat, pVertexStrea… in LockDevice9_DrawIndexedPrimitiveUP()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 242 … NumVertices, UINT PrimitiveCount, const void *pIndexData, D3DFORMAT IndexDataFormat, const void *… 830 … NumVertices, UINT PrimitiveCount, const void *pIndexData, D3DFORMAT IndexDataFormat, const void *… 1081 … NumVertices, UINT PrimitiveCount, const void *pIndexData, D3DFORMAT IndexDataFormat, const void *…
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 325 …umVertexIndices,UINT PrimitiveCount,CONST void* pIndexData,D3DFORMAT IndexDataFormat,CONST void* p… in DECLARE_INTERFACE_()
|