Searched refs:LineCaps (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_dump.c | 672 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()
|
D | adapter9.c | 760 pCaps->LineCaps = in NineAdapter9_GetDeviceCaps() 767 pCaps->LineCaps |= D3DLINECAPS_ANTIALIAS; in NineAdapter9_GetDeviceCaps()
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9caps.h | 326 DWORD LineCaps; member
|