Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A 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()
H A 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()
/third_party/vk-gl-cts/modules/gles2/functional/
H A 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()
H A 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()

Completed in 3 milliseconds