Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Ddevice9.h665 D3DFORMAT IndexDataFormat,
Ddevice9.c2996 D3DFORMAT IndexDataFormat, in NineDevice9_DrawIndexedPrimitiveUP() argument
3006 pIndexData, IndexDataFormat, in NineDevice9_DrawIndexedPrimitiveUP()
3011 user_assert(IndexDataFormat == D3DFMT_INDEX16 || in NineDevice9_DrawIndexedPrimitiveUP()
3012 IndexDataFormat == D3DFMT_INDEX32, D3DERR_INVALIDCALL); in NineDevice9_DrawIndexedPrimitiveUP()
3020 unsigned index_size = (IndexDataFormat == D3DFMT_INDEX16) ? 2 : 4; in NineDevice9_DrawIndexedPrimitiveUP()
Dnine_lock.c1526 D3DFORMAT IndexDataFormat, in LockDevice9_DrawIndexedPrimitiveUP() argument
1532 …mitiveType, MinVertexIndex, NumVertices, PrimitiveCount, pIndexData, IndexDataFormat, pVertexStrea… in LockDevice9_DrawIndexedPrimitiveUP()
/external/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 *…