Lines Matching defs:reference
149 virtual bool compare (const tcu::Surface& reference, const tcu::Surface& result)
153 return tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, tcu::COMPARE_LOG_RESULT);
172 bool compare (const tcu::Surface& reference, const tcu::Surface& result);
180 bool BlitNearestFilterConsistencyCase::compare (const tcu::Surface& reference, const tcu::Surface& result)
182 DE_ASSERT(reference.getWidth() == result.getWidth());
183 DE_ASSERT(reference.getHeight() == result.getHeight());
184 DE_UNREF(reference);
428 bool compare (const tcu::Surface& reference, const tcu::Surface& result)
450 return tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, tcu::COMPARE_LOG_RESULT);
706 bool compare (const tcu::Surface& reference, const tcu::Surface& result)
712 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);