Searched refs:intThresholdCompare (Results 1 – 14 of 14) sorted by relevance
/external/deqp/framework/common/ |
D | tcuImageCompare.hpp | 55 bool intThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc,…
|
D | tcuImageCompare.cpp | 672 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/ |
D | glsScissorTests.cpp | 702 …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/ |
D | teglSwapBuffersTests.cpp | 412 …if (!tcu::intThresholdCompare(m_testCtx.getLog(), "Compare end of frame against beginning of frame… in executeForConfig()
|
D | teglNativeColorMappingTests.cpp | 269 …return tcu::intThresholdCompare(log, "Result compare", "Compare results", reference.getAccess(), r… in validate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 270 …bool comparePass = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison… in iterate()
|
D | es2fRandomFragmentOpTests.cpp | 372 …bool compareOk = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison R… in iterate()
|
D | es2fTextureSpecificationTests.cpp | 507 …bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", re… in verifyTex2D()
|
/external/deqp/modules/gles3/functional/ |
D | es3fPixelBufferObjectTests.cpp | 568 …isOk = tcu::intThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory comp… in iterate()
|
D | es3fRandomFragmentOpTests.cpp | 372 …bool compareOk = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison R… in iterate()
|
D | es3fBlendTests.cpp | 324 …bool comparePass = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison… in iterate()
|
D | es3fFragmentOutputTests.cpp | 869 …isOk = tcu::intThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, threshold, t… in iterate()
|
D | es3fTextureSpecificationTests.cpp | 311 …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/ |
D | es31fShaderImageLoadStoreTests.cpp | 1083 …return tcu::intThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), referenceSlic… in operator ()()
|