Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_dump.c672 CAP_CASE(LineCaps, D3DLINECAPS, ALPHACMP); in nine_dump_D3DCAPS9()
673 CAP_CASE(LineCaps, D3DLINECAPS, ANTIALIAS); in nine_dump_D3DCAPS9()
674 CAP_CASE(LineCaps, D3DLINECAPS, BLEND); in nine_dump_D3DCAPS9()
675 CAP_CASE(LineCaps, D3DLINECAPS, FOG); in nine_dump_D3DCAPS9()
676 CAP_CASE(LineCaps, D3DLINECAPS, TEXTURE); in nine_dump_D3DCAPS9()
677 CAP_CASE(LineCaps, D3DLINECAPS, ZTEST); in nine_dump_D3DCAPS9()
Dadapter9.c760 pCaps->LineCaps = in NineAdapter9_GetDeviceCaps()
767 pCaps->LineCaps |= D3DLINECAPS_ANTIALIAS; in NineAdapter9_GetDeviceCaps()
/third_party/mesa3d/include/D3D9/
Dd3d9caps.h326 DWORD LineCaps; member