Searched defs:srgbColor (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | SRGBTextureTest.cpp | 252 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
|
D | SRGBFramebufferTest.cpp | 15 constexpr angle::GLColor srgbColor(13, 54, 133, 255); variable
|
D | ProgramBinaryTest.cpp | 1067 GLColor srgbColor(13, 54, 133, 255); in TEST_P() local
|
D | ImageTest.cpp | 2426 GLubyte srgbColor[] = {137, 0, 137, 64}; in verifyImageStorageMipmap() local
|
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
D | ShadowNativeBitmapTest.java | 679 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
|