Searched refs:isBelowThreshold (Results 1 – 5 of 5) 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()
105 return computeAbsDiffMasked(a, b, cmpMask).isBelowThreshold(threshold); in compareThresholdMasked()
608 var isBelowThreshold =610 return isBelowThreshold;
258 bool isPixelOk = diff.isBelowThreshold(colorThreshold); in iterate()