HomeSort by relevance Sort by last modified time
    Searched refs:isBelowThreshold (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/common/
tcuRGBA.cpp 105 return computeAbsDiffMasked(a, b, cmpMask).isBelowThreshold(threshold);
tcuRGBA.hpp 85 bool isBelowThreshold (RGBA thr) const { return (getRed() <= thr.getRed()) && (getGreen() <= thr.getGreen()) && (getBlue() <= thr.getBlue()) && (getAlpha() <= thr.getAlpha()); }
140 return computeAbsDiff(a, b).isBelowThreshold(threshold);
  /external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp 258 bool isPixelOk = diff.isBelowThreshold(colorThreshold);
  /external/deqp/modules/gles3/functional/
es3fColorClearTest.cpp 258 bool isPixelOk = diff.isBelowThreshold(colorThreshold);
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 608 var isBelowThreshold =
610 return isBelowThreshold;
    [all...]

Completed in 326 milliseconds