Searched refs:IndexDataFormat (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | device9.h | 674 D3DFORMAT IndexDataFormat,
|
D | device9.c | 3134 D3DFORMAT IndexDataFormat, in NineDevice9_DrawIndexedPrimitiveUP() argument 3139 unsigned index_size = (IndexDataFormat == D3DFMT_INDEX16) ? 2 : 4; in NineDevice9_DrawIndexedPrimitiveUP() 3147 pIndexData, IndexDataFormat, in NineDevice9_DrawIndexedPrimitiveUP() 3152 user_assert(IndexDataFormat == D3DFMT_INDEX16 || in NineDevice9_DrawIndexedPrimitiveUP() 3153 IndexDataFormat == D3DFMT_INDEX32, D3DERR_INVALIDCALL); 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()
|
/third_party/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 *…
|