Searched refs:StencilCaps (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_dump.c | 693 CAP_CASE(StencilCaps, D3DSTENCILCAPS, KEEP); in nine_dump_D3DCAPS9() 694 CAP_CASE(StencilCaps, D3DSTENCILCAPS, ZERO); in nine_dump_D3DCAPS9() 695 CAP_CASE(StencilCaps, D3DSTENCILCAPS, REPLACE); in nine_dump_D3DCAPS9() 696 CAP_CASE(StencilCaps, D3DSTENCILCAPS, INCRSAT); in nine_dump_D3DCAPS9() 697 CAP_CASE(StencilCaps, D3DSTENCILCAPS, DECRSAT); in nine_dump_D3DCAPS9() 698 CAP_CASE(StencilCaps, D3DSTENCILCAPS, INVERT); in nine_dump_D3DCAPS9() 699 CAP_CASE(StencilCaps, D3DSTENCILCAPS, INCR); in nine_dump_D3DCAPS9() 700 CAP_CASE(StencilCaps, D3DSTENCILCAPS, DECR); in nine_dump_D3DCAPS9() 701 CAP_CASE(StencilCaps, D3DSTENCILCAPS, TWOSIDED); in nine_dump_D3DCAPS9()
|
D | adapter9.c | 747 pCaps->StencilCaps = in NineAdapter9_GetDeviceCaps()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8caps.h | 72 DWORD StencilCaps; member
|
/external/mesa3d/include/D3D9/ |
D | d3d9caps.h | 336 DWORD StencilCaps; member
|
/external/swiftshader/src/D3D8/ |
D | Direct3D8.cpp | 968 …caps.StencilCaps = D3DSTENCILCAPS_KEEP | // Do not update the entry in the stencil buffer. This … in GetDeviceCaps()
|
/external/swiftshader/src/D3D9/ |
D | Direct3D9.cpp | 1458 …caps.StencilCaps = D3DSTENCILCAPS_KEEP | // Do not update the entry in the stencil buffer. This … in GetDeviceCaps()
|