Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fPrerequisiteTests.cpp245 bool isPixelOk = compareThreshold(refRGBA, resRGBA, colorThreshold); in iterate() local
246 diffImage.setPixel(i, j, isPixelOk ? matchColor : diffColor); in iterate()
248 isImageOk = isImageOk && isPixelOk; in iterate()
Des2fColorClearTest.cpp258 bool isPixelOk = diff.isBelowThreshold(colorThreshold); in iterate() local
260 diffImage.setPixel(x, y, isPixelOk ? matchColor : diffColor); in iterate()
262 isImageOk = isImageOk && isPixelOk; in iterate()
/external/deqp/modules/gles3/functional/
Des3fPrerequisiteTests.cpp245 bool isPixelOk = compareThreshold(refRGBA, resRGBA, colorThreshold); in iterate() local
246 diffImage.setPixel(i, j, isPixelOk ? matchColor : diffColor); in iterate()
248 isImageOk = isImageOk && isPixelOk; in iterate()
Des3fColorClearTest.cpp258 bool isPixelOk = diff.isBelowThreshold(colorThreshold); in iterate() local
260 diffImage.setPixel(x, y, isPixelOk ? matchColor : diffColor); in iterate()
262 isImageOk = isImageOk && isPixelOk; in iterate()