Home
last modified time | relevance | path

Searched defs:linearExtendedSRGB (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
H A DRuntimeShaderTests.kt460 val linearExtendedSRGB = ColorSpace.get(ColorSpace.Named.LINEAR_EXTENDED_SRGB) in <lambda>() constant
/aosp_15_r20/frameworks/native/libs/ui/
H A DColorSpace.cpp261 const ColorSpace ColorSpace::linearExtendedSRGB() { in linearExtendedSRGB() function in android::ColorSpace