Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.hpp46 rr::StencilOp mapGLStencilOp (deUint32 op);
DsglrReferenceUtils.cpp233 rr::StencilOp mapGLStencilOp (deUint32 op) in mapGLStencilOp() function
DsglrReferenceContext.cpp4317 …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()
/external/deqp/modules/gles3/functional/
Des3fRandomFragmentOpTests.cpp82 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()
Des3fDepthStencilTests.cpp373 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()
/external/deqp/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp82 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()
Des2fDepthStencilTests.cpp373 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()