Home
last modified time | relevance | path

Searched refs:computeAbsDiffMasked (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuRGBA.cpp53 RGBA computeAbsDiffMasked (RGBA a, RGBA b, deUint32 cmpMask) in computeAbsDiffMasked() function
99 return computeAbsDiffMasked(a, b, cmpMask).isBelowThreshold(threshold); in compareThresholdMasked()
DtcuRGBA.hpp151 RGBA computeAbsDiffMasked (RGBA a, RGBA b, deUint32 cmpMask);
/external/deqp/modules/gles3/functional/
Des3fColorClearTest.cpp257 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask); in iterate()
/external/deqp/modules/gles2/functional/
Des2fColorClearTest.cpp257 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask); in iterate()