Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A 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
H A DSRGBFramebufferTest.cpp15 constexpr angle::GLColor srgbColor(13, 54, 133, 255); variable
H A DProgramBinaryTest.cpp1067 GLColor srgbColor(13, 54, 133, 255); in TEST_P() local
H A DImageTest.cpp2319 GLubyte srgbColor[] = {137, 0, 137, 64}; in verifyImageStorageMipmap() local
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A 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
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DBitmapTest.java1047 int srgbColor = Color.argb(color.alpha, color.red, color.green, color.blue); in testEraseColorLong() local
1077 int srgbColor = Color.argb(.5f, .3f, .6f, .7f); in testEraseColorOnP3() local
1399 int srgbColor = Color.argb(color.alpha, color.red, color.green, color.blue); in testSetColorSpace() local
H A DBitmapColorSpaceTest.java413 int srgbColor = convertPremulColorToColorInt(rawColor, b.getColorSpace()); in verifyGetPixel() local