Home
last modified time | relevance | path

Searched refs:LineCaps (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.c671 CAP_CASE(LineCaps, D3DLINECAPS, ALPHACMP); in nine_dump_D3DCAPS9()
672 CAP_CASE(LineCaps, D3DLINECAPS, ANTIALIAS); in nine_dump_D3DCAPS9()
673 CAP_CASE(LineCaps, D3DLINECAPS, BLEND); in nine_dump_D3DCAPS9()
674 CAP_CASE(LineCaps, D3DLINECAPS, FOG); in nine_dump_D3DCAPS9()
675 CAP_CASE(LineCaps, D3DLINECAPS, TEXTURE); in nine_dump_D3DCAPS9()
676 CAP_CASE(LineCaps, D3DLINECAPS, ZTEST); in nine_dump_D3DCAPS9()
Dadapter9.c717 pCaps->LineCaps = in NineAdapter9_GetDeviceCaps()
724 pCaps->LineCaps |= D3DLINECAPS_ANTIALIAS; in NineAdapter9_GetDeviceCaps()
/external/swiftshader/include/Direct3D/
Dd3d8caps.h56 DWORD LineCaps; // D3DLINECAPS member
/external/mesa3d/include/D3D9/
Dd3d9caps.h323 DWORD LineCaps; member
/external/swiftshader/src/D3D8/
DDirect3D8.cpp947 caps.LineCaps = D3DLINECAPS_ALPHACMP | // Supports alpha-test comparisons. in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1436 caps.LineCaps = D3DLINECAPS_ALPHACMP | // Supports alpha-test comparisons. in GetDeviceCaps()