Home | History | Annotate | Download | only in simplereference

Lines Matching refs:dpPass

2788 void ReferenceContext::stencilOp (deUint32 sfail, deUint32 dpfail, deUint32 dppass)
2790 stencilOpSeparate(GL_FRONT_AND_BACK, sfail, dpfail, dppass);
2793 void ReferenceContext::stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass)
2800 !isValidStencilOp(dppass),
2811 m_stencil[type].opDepthPass = dppass;
4319 state.fragOps.stencilStates[faceType].dpPass = sglr::rr_util::mapGLStencilOp(m_stencil[faceType].opDepthPass);