Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp588 device->SetRenderState(frontFaceCCW ? D3DRS_STENCILFAIL : D3DRS_CCW_STENCILFAIL, in setStencilOpsFront()
606 device->SetRenderState(!frontFaceCCW ? D3DRS_STENCILFAIL : D3DRS_CCW_STENCILFAIL, in setStencilOpsBack()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp588 device->SetRenderState(frontFaceCCW ? D3DRS_STENCILFAIL : D3DRS_CCW_STENCILFAIL, in setStencilOpsFront()
606 device->SetRenderState(!frontFaceCCW ? D3DRS_STENCILFAIL : D3DRS_CCW_STENCILFAIL, in setStencilOpsBack()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c58 dsa.stencil[1].fail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_CCW_STENCILFAIL]); in nine_convert_dsa_state()
Dnine_state.c2762 [D3DRS_CCW_STENCILFAIL] = D3DSTENCILOP_KEEP,
3529 [D3DRS_CCW_STENCILFAIL] = NINE_STATE_DSA,
/third_party/mesa3d/include/D3D9/
Dd3d9types.h830 D3DRS_CCW_STENCILFAIL = 186, enumerator