Searched refs:matchColor (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | VkClearTests.cpp | 26 GrColor matchColor; in does_full_buffer_contain_correct_color() local 28 matchColor = clearColor; in does_full_buffer_contain_correct_color() 31 matchColor = GrColorPackRGBA(GrColorUnpackB(clearColor), in does_full_buffer_contain_correct_color() 42 if (buffer[j * width + i] != matchColor) { in does_full_buffer_contain_correct_color()
|
/external/skqp/tests/ |
D | VkClearTests.cpp | 26 GrColor matchColor; in does_full_buffer_contain_correct_color() local 28 matchColor = clearColor; in does_full_buffer_contain_correct_color() 31 matchColor = GrColorPackRGBA(GrColorUnpackB(clearColor), in does_full_buffer_contain_correct_color() 42 if (buffer[j * width + i] != matchColor) { in does_full_buffer_contain_correct_color()
|
/external/deqp/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()
|
/external/deqp/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()
|