Home
last modified time | relevance | path

Searched refs:D3DRS_STENCILZFAIL (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp590 device->SetRenderState(frontFaceCCW ? D3DRS_STENCILZFAIL : D3DRS_CCW_STENCILZFAIL, in setStencilOpsFront()
608 device->SetRenderState(!frontFaceCCW ? D3DRS_STENCILZFAIL : D3DRS_CCW_STENCILZFAIL, in setStencilOpsBack()
DRenderer9.cpp2062 mDevice->SetRenderState(D3DRS_STENCILZFAIL, D3DSTENCILOP_REPLACE); in clear()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp590 device->SetRenderState(frontFaceCCW ? D3DRS_STENCILZFAIL : D3DRS_CCW_STENCILZFAIL, in setStencilOpsFront()
608 device->SetRenderState(!frontFaceCCW ? D3DRS_STENCILZFAIL : D3DRS_CCW_STENCILZFAIL, in setStencilOpsBack()
DRenderer9.cpp2021 mDevice->SetRenderState(D3DRS_STENCILZFAIL, D3DSTENCILOP_REPLACE); in clear()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c51 dsa.stencil[0].zfail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_STENCILZFAIL]); in nine_convert_dsa_state()
Dnine_state.c2703 [D3DRS_STENCILZFAIL] = D3DSTENCILOP_KEEP,
3472 [D3DRS_STENCILZFAIL] = NINE_STATE_DSA,
/third_party/mesa3d/include/D3D9/
Dd3d9types.h773 D3DRS_STENCILZFAIL = 54, enumerator