Home
last modified time | relevance | path

Searched refs:D3DFMT_INDEX32 (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dindexbuffer9.c54 case D3DFMT_INDEX32: This->index_size = 4; break; in NineIndexBuffer9_ctor()
Dnine_pipe.c297 [D3DFMT_INDEX32] = PIPE_FORMAT_R32_UINT,
367 [PIPE_FORMAT_R32_UINT] = D3DFMT_INDEX32,
Dnine_pipe.h462 case D3DFMT_INDEX32: return "D3DFMT_INDEX32"; in d3dformat_to_string()
Ddevice9.c2866 IndexDataFormat == D3DFMT_INDEX32, D3DERR_INVALIDCALL); in NineDevice9_DrawIndexedPrimitiveUP()
/external/swiftshader/src/D3D8/
DDirect3DIndexBuffer8.cpp183 case D3DFMT_INDEX32: in is32Bit()
DDirect3D8.cpp486 case D3DFMT_INDEX32: in CheckDeviceFormat()
DDirect3DDevice8.cpp990 length *= indexDataFormat == D3DFMT_INDEX32 ? 4 : 2; in DrawIndexedPrimitiveUP()
1009 if(indexDataFormat == D3DFMT_INDEX32) in DrawIndexedPrimitiveUP()
/external/swiftshader/src/D3D9/
DDirect3DIndexBuffer9.cpp229 case D3DFMT_INDEX32: in is32Bit()
DDirect3D9.cpp717 case D3DFMT_INDEX32: in CheckDeviceFormat()
DDirect3DDevice9.cpp1098 length *= indexDataFormat == D3DFMT_INDEX32 ? 4 : 2; in DrawIndexedPrimitiveUP()
1117 if(indexDataFormat == D3DFMT_INDEX32) in DrawIndexedPrimitiveUP()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1320 D3DFMT_INDEX32 =102, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h643 D3DFMT_INDEX32 = 102, enumerator