Home
last modified time | relevance | path

Searched refs:StencilCaps (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.c693 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()
Dadapter9.c747 pCaps->StencilCaps = in NineAdapter9_GetDeviceCaps()
/external/swiftshader/include/Direct3D/
Dd3d8caps.h72 DWORD StencilCaps; member
/external/mesa3d/include/D3D9/
Dd3d9caps.h336 DWORD StencilCaps; member
/external/swiftshader/src/D3D8/
DDirect3D8.cpp968 …caps.StencilCaps = D3DSTENCILCAPS_KEEP | // Do not update the entry in the stencil buffer. This … in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1458 …caps.StencilCaps = D3DSTENCILCAPS_KEEP | // Do not update the entry in the stencil buffer. This … in GetDeviceCaps()