Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DSRGBTextureTest.cpp252 constexpr angle::GLColor srgbColor(64, 127, 191, 255); in TEST_P() local
283 constexpr angle::GLColor srgbColor(64, 127, 191, 255); in TEST_P() local
426 GLColor srgbColor = kNonlinearColor; in TEST_P() local
469 GLColor srgbColor = kNonlinearColor; in TEST_P() local
498 GLColor srgbColor = kNonlinearColor; in TEST_P() local
531 GLColor srgbColor = kNonlinearColor; in TEST_P() local
564 GLColor srgbColor = kNonlinearColor; in TEST_P() local
DSRGBFramebufferTest.cpp15 constexpr angle::GLColor srgbColor(13, 54, 133, 255); variable
DProgramBinaryTest.cpp1067 GLColor srgbColor(13, 54, 133, 255); in TEST_P() local
DImageTest.cpp2426 GLubyte srgbColor[] = {137, 0, 137, 64}; in verifyImageStorageMipmap() local
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
DShadowNativeBitmapTest.java679 int srgbColor = Color.argb(color.alpha, color.red, color.green, color.blue); in testEraseColorLong() local
715 int srgbColor = Color.argb(.5f, .3f, .6f, .7f); in testEraseColorOnP3() local
1023 int srgbColor = Color.argb(color.alpha, color.red, color.green, color.blue); in testSetColorSpace() local