Home
last modified time | relevance | path

Searched defs:linearColor (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/tests/gl_tests/
DSRGBTextureTest.cpp425 GLColor linearColor = kLinearColor; in TEST_P() local
468 GLColor linearColor = kLinearColor; in TEST_P() local
497 GLColor linearColor = kLinearColor; in TEST_P() local
530 GLColor linearColor = kLinearColor; in TEST_P() local
563 GLColor linearColor = kLinearColor; in TEST_P() local
600 GLColor linearColor = kLinearColor; in TEST_P() local
668 GLColor linearColor(0, 13, 54, 255); in TEST_P() local
DSRGBFramebufferTest.cpp14 constexpr angle::GLColor linearColor(64, 127, 191, 255); variable
DProgramBinaryTest.cpp1066 GLColor linearColor(64, 127, 191, 255); in TEST_P() local
DImageTest.cpp2425 GLubyte linearColor[] = {64, 0, 64, 64}; in verifyImageStorageMipmap() local
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/utils/contrast/
DContrastUtils.java68 private static double linearColor(int component) { in linearColor() method in ContrastUtils
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1035 … const tcu::Vec4 linearColor = (tcu::isSRGB(format) ? tcu::sRGBToLinear(rawColor) : rawColor); in genRenderbufferImage() local