Home
last modified time | relevance | path

Searched refs:isBelowThreshold (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuRGBA.hpp85 …bool isBelowThreshold (RGBA thr) const { return (getRed() <= thr.getRed()) && (getGreen() <= thr… in isBelowThreshold() function in tcu::RGBA
140 return computeAbsDiff(a, b).isBelowThreshold(threshold); in compareThreshold()
DtcuRGBA.cpp99 return computeAbsDiffMasked(a, b, cmpMask).isBelowThreshold(threshold); in compareThresholdMasked()
/external/deqp/modules/gles3/functional/
Des3fColorClearTest.cpp258 bool isPixelOk = diff.isBelowThreshold(colorThreshold); in iterate()
/external/deqp/modules/gles2/functional/
Des2fColorClearTest.cpp258 bool isPixelOk = diff.isBelowThreshold(colorThreshold); in iterate()