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