Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h651 D3DFORMAT IndexDataFormat,
Ddevice9.c2850 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()
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 *…
/external/swiftshader/include/Direct3D/
Dd3d8.h325 …umVertexIndices,UINT PrimitiveCount,CONST void* pIndexData,D3DFORMAT IndexDataFormat,CONST void* p… in DECLARE_INTERFACE_()