Home
last modified time | relevance | path

Searched refs:intThresholdCompare (Results 1 – 14 of 14) sorted by relevance

/external/deqp/framework/common/
DtcuImageCompare.hpp55 bool intThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc,…
DtcuImageCompare.cpp672 bool intThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const C… in intThresholdCompare() function
915 …return intThresholdCompare(log, imageSetName, imageSetDesc, reference.getAccess(), result.getAcces… in pixelThresholdCompare()
/external/deqp/modules/glshared/
DglsScissorTests.cpp702 …resultOk = tcu::intThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess,… in iterate()
707 …resultOk = tcu::intThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess,… in iterate()
/external/deqp/modules/egl/
DteglSwapBuffersTests.cpp412 …if (!tcu::intThresholdCompare(m_testCtx.getLog(), "Compare end of frame against beginning of frame… in executeForConfig()
DteglNativeColorMappingTests.cpp269 …return tcu::intThresholdCompare(log, "Result compare", "Compare results", reference.getAccess(), r… in validate()
/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp270 …bool comparePass = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison… in iterate()
Des2fRandomFragmentOpTests.cpp372 …bool compareOk = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison R… in iterate()
Des2fTextureSpecificationTests.cpp507 …bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", re… in verifyTex2D()
/external/deqp/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp568 …isOk = tcu::intThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory comp… in iterate()
Des3fRandomFragmentOpTests.cpp372 …bool compareOk = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison R… in iterate()
Des3fBlendTests.cpp324 …bool comparePass = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison… in iterate()
Des3fFragmentOutputTests.cpp869 …isOk = tcu::intThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, threshold, t… in iterate()
Des3fTextureSpecificationTests.cpp311 …bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.… in verifyTexture()
503 …bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), referen… in verifyTexture()
604 …bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), referen… in verifyTexture()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1083 …return tcu::intThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), referenceSlic… in operator ()()