Home
last modified time | relevance | path

Searched refs:matchColor (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DVkClearTests.cpp26 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/
DVkClearTests.cpp26 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/
Des2fPrerequisiteTests.cpp235 RGBA matchColor(0, 255, 0, 255); in iterate() local
246 diffImage.setPixel(i, j, isPixelOk ? matchColor : diffColor); in iterate()
Des2fColorClearTest.cpp237 RGBA matchColor(0, 255, 0, 255); in iterate() local
260 diffImage.setPixel(x, y, isPixelOk ? matchColor : diffColor); in iterate()
/external/deqp/modules/gles3/functional/
Des3fPrerequisiteTests.cpp235 RGBA matchColor(0, 255, 0, 255); in iterate() local
246 diffImage.setPixel(i, j, isPixelOk ? matchColor : diffColor); in iterate()
Des3fColorClearTest.cpp237 RGBA matchColor(0, 255, 0, 255); in iterate() local
260 diffImage.setPixel(x, y, isPixelOk ? matchColor : diffColor); in iterate()