Searched refs:matchColor (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fPrerequisiteTests.cpp | 235 RGBA matchColor(0, 255, 0, 255); in iterate() local 246 diffImage.setPixel(i, j, isPixelOk ? matchColor : diffColor); in iterate()
|
D | es3fColorClearTest.cpp | 237 RGBA matchColor(0, 255, 0, 255); in iterate() local 260 diffImage.setPixel(x, y, isPixelOk ? matchColor : diffColor); in iterate()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fPrerequisiteTests.cpp | 235 RGBA matchColor(0, 255, 0, 255); in iterate() local 246 diffImage.setPixel(i, j, isPixelOk ? matchColor : diffColor); in iterate()
|
D | es2fColorClearTest.cpp | 237 RGBA matchColor(0, 255, 0, 255); in iterate() local 260 diffImage.setPixel(x, y, isPixelOk ? matchColor : diffColor); in iterate()
|