Searched refs:computeAbsDiffMasked (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
D | tcuRGBA.cpp | 53 RGBA computeAbsDiffMasked (RGBA a, RGBA b, deUint32 cmpMask) in computeAbsDiffMasked() function 99 return computeAbsDiffMasked(a, b, cmpMask).isBelowThreshold(threshold); in compareThresholdMasked()
|
D | tcuRGBA.hpp | 151 RGBA computeAbsDiffMasked (RGBA a, RGBA b, deUint32 cmpMask);
|
/external/deqp/modules/gles3/functional/ |
D | es3fColorClearTest.cpp | 257 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fColorClearTest.cpp | 257 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask); in iterate()
|