Home
last modified time | relevance | path

Searched refs:linearExtendedSRGB (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/ui/tests/
H A Dcolorspace_test.cpp149 float3 extendedSRGB(ColorSpace::linearExtendedSRGB().xyzToRGB(c)); in TEST_F()
/aosp12/frameworks/native/libs/ui/tools/
H A Dlutgen.cpp72 if (name == "linearExtendedSRGB") return ColorSpace::linearExtendedSRGB(); in findColorSpace()
/aosp12/frameworks/native/libs/ui/include_types/ui/
H A DColorSpace.h236 static const ColorSpace linearExtendedSRGB();
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DColorSpace.h236 static const ColorSpace linearExtendedSRGB();
/aosp12/frameworks/native/libs/ui/
H A DColorSpace.cpp261 const ColorSpace ColorSpace::linearExtendedSRGB() { in linearExtendedSRGB() function in android::ColorSpace
/aosp12/frameworks/base/libs/hwui/utils/
H A DHostColorSpace.cpp262 const ColorSpace ColorSpace::linearExtendedSRGB() { in linearExtendedSRGB() function in android::ColorSpace