Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp45 rr::TestFunc mapGLTestFunc (deUint32 func);
H A DsglrReferenceUtils.cpp215 rr::TestFunc mapGLTestFunc (deUint32 func) in mapGLTestFunc() function
H A DsglrReferenceContext.cpp4355 state.fragOps.stencilStates[faceType].func = sglr::rr_util::mapGLTestFunc(m_stencil[faceType].func);
4362 state.fragOps.depthFunc = sglr::rr_util::mapGLTestFunc(m_depthFunc);
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp79 dst.func = sglr::rr_util::mapGLTestFunc(src.function); in translateStencilState()
111 dst.depthFunc = sglr::rr_util::mapGLTestFunc(src.depthFunc); in translateState()
H A 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()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp79 dst.func = sglr::rr_util::mapGLTestFunc(src.function); in translateStencilState()
111 dst.depthFunc = sglr::rr_util::mapGLTestFunc(src.depthFunc); in translateState()
H A 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()

Completed in 10 milliseconds