Home
last modified time | relevance | path

Searched refs:compareThresholdMasked (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuRGBA.cpp97 bool compareThresholdMasked (RGBA a, RGBA b, RGBA threshold, deUint32 cmpMask) in compareThresholdMasked() function
DtcuRGBA.hpp152 bool compareThresholdMasked (RGBA a, RGBA b, RGBA threshold, deUint32 cmpMask);
/external/deqp/modules/glshared/
DglsDrawTest.cpp3460 …return tcu::compareThresholdMasked(colorA, colorB, tcu::RGBA(compareThreshold.x(), compareThreshol… in colorsEqual()