Home
last modified time | relevance | path

Searched refs:D3DSTENCILOP_KEEP (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp160 D3DSTENCILOP d3dStencilOp = D3DSTENCILOP_KEEP; in ConvertStencilOp()
168 d3dStencilOp = D3DSTENCILOP_KEEP; in ConvertStencilOp()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp160 D3DSTENCILOP d3dStencilOp = D3DSTENCILOP_KEEP; in ConvertStencilOp()
168 d3dStencilOp = D3DSTENCILOP_KEEP; in ConvertStencilOp()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.c2702 [D3DRS_STENCILFAIL] = D3DSTENCILOP_KEEP,
2703 [D3DRS_STENCILZFAIL] = D3DSTENCILOP_KEEP,
2704 [D3DRS_STENCILPASS] = D3DSTENCILOP_KEEP,
2762 [D3DRS_CCW_STENCILFAIL] = D3DSTENCILOP_KEEP,
2763 [D3DRS_CCW_STENCILZFAIL] = D3DSTENCILOP_KEEP,
2764 [D3DRS_CCW_STENCILPASS] = D3DSTENCILOP_KEEP,
Dnine_pipe.h643 case D3DSTENCILOP_KEEP: return PIPE_STENCIL_OP_KEEP; in d3dstencilop_to_pipe_stencil_op()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h1114 D3DSTENCILOP_KEEP = 1, enumerator