Searched defs:comparePass (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp270 bool comparePass = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", m_refColorBuffer->getAccess(), renderedImg.getAccess(), compareThreshold, tcu::COMPARE_LOG_RESULT); local
274 if (!comparePass)
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp324 bool comparePass = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", local
331 if (!comparePass)
/external/deqp/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp532 bool comparePass = false; local
538 comparePass = tcu::fuzzyCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result",
548 comparePass = tcu::bilinearCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result",
555 if (!comparePass)

Completed in 115 milliseconds