Home
last modified time | relevance | path

Searched refs:MaxVertexIndex (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/include/Direct3D/
Dd3d8caps.h88 DWORD MaxVertexIndex; member
/external/mesa3d/include/D3D9/
Dd3d9caps.h351 DWORD MaxVertexIndex; member
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp654 extensions->elementIndexUintOES = deviceCaps.MaxVertexIndex >= (1 << 16); in GenerateCaps()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_dump.c732 C2S("\nMaxVertexIndex: 0x%x", caps->MaxVertexIndex); in nine_dump_D3DCAPS9()
Dadapter9.c846 pCaps->MaxVertexIndex = 0xFFFFFF; /* <- wine, really 0xFFFFFFFF */ in NineAdapter9_GetDeviceCaps()
/external/swiftshader/src/D3D8/
DDirect3D8.cpp1026 …caps.MaxVertexIndex = 1 << 24; // Maximum size of indices supported for hardware vertex proces… in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1518 …caps.MaxVertexIndex = 1 << 24; // Maximum size of indices supported for hardware vertex proces… in GetDeviceCaps()