OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBelowThreshold
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/common/
tcuRGBA.cpp
99
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);
Completed in 52 milliseconds