Searched refs:LineCaps (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/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 | 717 pCaps->LineCaps = in NineAdapter9_GetDeviceCaps() 724 pCaps->LineCaps |= D3DLINECAPS_ANTIALIAS; in NineAdapter9_GetDeviceCaps()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8caps.h | 56 DWORD LineCaps; // D3DLINECAPS member
|
/external/mesa3d/include/D3D9/ |
D | d3d9caps.h | 323 DWORD LineCaps; member
|
/external/swiftshader/src/D3D8/ |
D | Direct3D8.cpp | 947 caps.LineCaps = D3DLINECAPS_ALPHACMP | // Supports alpha-test comparisons. in GetDeviceCaps()
|
/external/swiftshader/src/D3D9/ |
D | Direct3D9.cpp | 1436 caps.LineCaps = D3DLINECAPS_ALPHACMP | // Supports alpha-test comparisons. in GetDeviceCaps()
|