Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.hpp45 rr::TestFunc mapGLTestFunc (deUint32 func);
DsglrReferenceUtils.cpp215 rr::TestFunc mapGLTestFunc (deUint32 func) in mapGLTestFunc() function
DsglrReferenceContext.cpp4316 …state.fragOps.stencilStates[faceType].func = sglr::rr_util::mapGLTestFunc(m_stencil[faceType].fun… in drawWithReference()
4323 state.fragOps.depthFunc = sglr::rr_util::mapGLTestFunc(m_depthFunc); in drawWithReference()
/external/deqp/modules/gles3/functional/
Des3fRandomFragmentOpTests.cpp79 dst.func = sglr::rr_util::mapGLTestFunc(src.function); in translateStencilState()
111 dst.depthFunc = sglr::rr_util::mapGLTestFunc(src.depthFunc); in translateState()
Des3fDepthStencilTests.cpp370 dst.func = sglr::rr_util::mapGLTestFunc(src.function); in translateStencilState()
403 dst.state.depthFunc = sglr::rr_util::mapGLTestFunc(src.params.depthFunc); in translateCommand()
/external/deqp/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp79 dst.func = sglr::rr_util::mapGLTestFunc(src.function); in translateStencilState()
111 dst.depthFunc = sglr::rr_util::mapGLTestFunc(src.depthFunc); in translateState()
Des2fDepthStencilTests.cpp370 dst.func = sglr::rr_util::mapGLTestFunc(src.function); in translateStencilState()
403 dst.state.depthFunc = sglr::rr_util::mapGLTestFunc(src.params.depthFunc); in translateCommand()