Home
last modified time | relevance | path

Searched defs:srgbColor (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/tests/gl_tests/
DSRGBTextureTest.cpp253 GLColor srgbColor = kNonlinearColor; in TEST_P() local
282 GLColor srgbColor = kNonlinearColor; in TEST_P() local
375 GLColor srgbColor = kNonlinearColor; in TEST_P() local
418 GLColor srgbColor = kNonlinearColor; in TEST_P() local
447 GLColor srgbColor = kNonlinearColor; in TEST_P() local
480 GLColor srgbColor = kNonlinearColor; in TEST_P() local
513 GLColor srgbColor = kNonlinearColor; in TEST_P() local
DSRGBFramebufferTest.cpp15 constexpr angle::GLColor srgbColor(13, 54, 133, 255); variable
DProgramBinaryTest.cpp900 GLColor srgbColor(13, 54, 133, 255); in TEST_P() local
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativeBitmapTest.java641 int srgbColor = Color.argb(color.alpha, color.red, color.green, color.blue); in testEraseColorLong() local
677 int srgbColor = Color.argb(.5f, .3f, .6f, .7f); in testEraseColorOnP3() local
985 int srgbColor = Color.argb(color.alpha, color.red, color.green, color.blue); in testSetColorSpace() local