Searched refs:mapGLStencilOp (Results 1 - 7 of 7) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp46 rr::StencilOp mapGLStencilOp (deUint32 op);
H A DsglrReferenceUtils.cpp233 rr::StencilOp mapGLStencilOp (deUint32 op) function in namespace:sglr::rr_util
H A DsglrReferenceContext.cpp4317 state.fragOps.stencilStates[faceType].sFail = sglr::rr_util::mapGLStencilOp(m_stencil[faceType].opStencilFail);
4318 state.fragOps.stencilStates[faceType].dpFail = sglr::rr_util::mapGLStencilOp(m_stencil[faceType].opDepthFail);
4319 state.fragOps.stencilStates[faceType].dpPass = sglr::rr_util::mapGLStencilOp(m_stencil[faceType].opDepthPass);
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp82 dst.sFail = sglr::rr_util::mapGLStencilOp(src.stencilFailOp);
83 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
84 dst.dpPass = sglr::rr_util::mapGLStencilOp(src.depthPassOp);
H A Des2fDepthStencilTests.cpp373 dst.sFail = sglr::rr_util::mapGLStencilOp(src.stencilFailOp);
374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
375 dst.dpPass = sglr::rr_util::mapGLStencilOp(src.depthPassOp);
/external/deqp/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp82 dst.sFail = sglr::rr_util::mapGLStencilOp(src.stencilFailOp);
83 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
84 dst.dpPass = sglr::rr_util::mapGLStencilOp(src.depthPassOp);
H A Des3fDepthStencilTests.cpp373 dst.sFail = sglr::rr_util::mapGLStencilOp(src.stencilFailOp);
374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
375 dst.dpPass = sglr::rr_util::mapGLStencilOp(src.depthPassOp);

Completed in 191 milliseconds