Searched refs:isBelowThreshold (Results 1 – 4 of 4) sorted by relevance
85 …bool isBelowThreshold (RGBA thr) const { return (getRed() <= thr.getRed()) && (getGreen() <= thr… in isBelowThreshold() function in tcu::RGBA140 return computeAbsDiff(a, b).isBelowThreshold(threshold); in compareThreshold()
99 return computeAbsDiffMasked(a, b, cmpMask).isBelowThreshold(threshold); in compareThresholdMasked()
258 bool isPixelOk = diff.isBelowThreshold(colorThreshold); in iterate()