Searched defs:srgbColor (Results 1 – 4 of 4) sorted by relevance
| /external/angle/src/tests/gl_tests/ |
| D | SRGBTextureTest.cpp | 253 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
|
| D | SRGBFramebufferTest.cpp | 15 constexpr angle::GLColor srgbColor(13, 54, 133, 255); variable
|
| D | ProgramBinaryTest.cpp | 900 GLColor srgbColor(13, 54, 133, 255); in TEST_P() local
|
| /external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/ |
| D | ShadowNativeBitmapTest.java | 641 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
|