Searched defs:linearColor (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | SRGBTextureTest.cpp | 425 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
|
D | SRGBFramebufferTest.cpp | 14 constexpr angle::GLColor linearColor(64, 127, 191, 255); variable
|
D | ProgramBinaryTest.cpp | 1066 GLColor linearColor(64, 127, 191, 255); in TEST_P() local
|
D | ImageTest.cpp | 2425 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/ |
D | ContrastUtils.java | 68 private static double linearColor(int component) { in linearColor() method in ContrastUtils
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 1035 … const tcu::Vec4 linearColor = (tcu::isSRGB(format) ? tcu::sRGBToLinear(rawColor) : rawColor); in genRenderbufferImage() local
|