Home
last modified time | relevance | path

Searched refs:COMPAREMODE_LESS_OR_EQUAL (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp723 case GL_LEQUAL: return tcu::Sampler::COMPAREMODE_LESS_OR_EQUAL; in mapGLCompareFunc()
796 case tcu::Sampler::COMPAREMODE_LESS_OR_EQUAL: return GL_LEQUAL; in getGLCompareFunc()
/external/deqp/framework/common/
DtcuTexture.hpp189 COMPAREMODE_LESS_OR_EQUAL, enumerator
DtcuTexCompareVerifier.cpp78 case Sampler::COMPAREMODE_LESS_OR_EQUAL: in execCompare()
DtcuTexture.cpp1274 case Sampler::COMPAREMODE_LESS_OR_EQUAL: res = ref <= cmp; break; in execCompare()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp2031 case tcu::Sampler::COMPAREMODE_LESS_OR_EQUAL: return "less_or_equal"; in compareModeName()