Home
last modified time | relevance | path

Searched refs:isBelowThreshold (Results 1 – 5 of 5) 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.cpp105 return computeAbsDiffMasked(a, b, cmpMask).isBelowThreshold(threshold); in compareThresholdMasked()
/external/chromium_org/chrome/browser/resources/google_now/
Dbackground.js608 var isBelowThreshold =
610 return isBelowThreshold;
/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()