Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c57 dsa.stencil[1].zfail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_CCW_STENCILZFAIL]); in nine_convert_dsa_state()
Dnine_state.c2852 [D3DRS_CCW_STENCILZFAIL] = D3DSTENCILOP_KEEP,
3602 [D3DRS_CCW_STENCILZFAIL] = NINE_STATE_DSA,
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp1047 captureRenderState(D3DRS_CCW_STENCILZFAIL); in capturePixelRenderStates()
DDirect3DDevice9.cpp2482 SetRenderState(D3DRS_CCW_STENCILZFAIL, D3DSTENCILOP_KEEP); in Reset()
3793 case D3DRS_CCW_STENCILZFAIL: in SetRenderState()
/external/mesa3d/include/D3D9/
Dd3d9types.h831 D3DRS_CCW_STENCILZFAIL = 187, enumerator