OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeAbsDiffMasked
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/common/
tcuRGBA.cpp
53
RGBA
computeAbsDiffMasked
(RGBA a, RGBA b, deUint32 cmpMask)
99
return
computeAbsDiffMasked
(a, b, cmpMask).isBelowThreshold(threshold);
tcuRGBA.hpp
151
RGBA
computeAbsDiffMasked
(RGBA a, RGBA b, deUint32 cmpMask);
/external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp
257
RGBA diff =
computeAbsDiffMasked
(refRGBA, resRGBA, colMask);
/external/deqp/modules/gles3/functional/
es3fColorClearTest.cpp
257
RGBA diff =
computeAbsDiffMasked
(refRGBA, resRGBA, colMask);
Completed in 71 milliseconds