Home
last modified time | relevance | path

Searched refs:IndexDataFormat (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.h674 D3DFORMAT IndexDataFormat,
Ddevice9.c3134 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()
Dnine_lock.c1526 D3DFORMAT IndexDataFormat, in LockDevice9_DrawIndexedPrimitiveUP() argument
1532 …mitiveType, MinVertexIndex, NumVertices, PrimitiveCount, pIndexData, IndexDataFormat, pVertexStrea… in LockDevice9_DrawIndexedPrimitiveUP()
/third_party/mesa3d/include/D3D9/
Dd3d9.h242 … 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 *…