Searched refs:mapGLStencilOp (Results 1 – 7 of 7) sorted by relevance
46 rr::StencilOp mapGLStencilOp (deUint32 op);
233 rr::StencilOp mapGLStencilOp (deUint32 op) in mapGLStencilOp() function
4317 …state.fragOps.stencilStates[faceType].sFail = sglr::rr_util::mapGLStencilOp(m_stencil[faceType].o… in drawWithReference()4318 …state.fragOps.stencilStates[faceType].dpFail = sglr::rr_util::mapGLStencilOp(m_stencil[faceType].o… in drawWithReference()4319 …state.fragOps.stencilStates[faceType].dpPass = sglr::rr_util::mapGLStencilOp(m_stencil[faceType].o… in drawWithReference()
82 dst.sFail = sglr::rr_util::mapGLStencilOp(src.stencilFailOp); in translateStencilState()83 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp); in translateStencilState()84 dst.dpPass = sglr::rr_util::mapGLStencilOp(src.depthPassOp); in translateStencilState()
373 dst.sFail = sglr::rr_util::mapGLStencilOp(src.stencilFailOp); in translateStencilState()374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp); in translateStencilState()375 dst.dpPass = sglr::rr_util::mapGLStencilOp(src.depthPassOp); in translateStencilState()