Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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);
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fColorClearTest.cpp257 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask); in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fColorClearTest.cpp257 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask); in iterate()