Home | History | Annotate | Download | only in simplereference

Lines Matching refs:dpFail

2767 void ReferenceContext::stencilOp (deUint32 sfail, deUint32 dpfail, deUint32 dppass)
2769 stencilOpSeparate(GL_FRONT_AND_BACK, sfail, dpfail, dppass);
2772 void ReferenceContext::stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass)
2778 !isValidStencilOp(dpfail) ||
2789 m_stencil[type].opDepthFail = dpfail;
4339 state.fragOps.stencilStates[faceType].dpFail = sglr::rr_util::mapGLStencilOp(m_stencil[faceType].opDepthFail);