HomeSort by relevance Sort by last modified time
    Searched refs:extendedSRGB (Results 1 - 5 of 5) sorted by null

  /frameworks/native/libs/ui/tests/
colorspace_test.cpp 149 float3 extendedSRGB(ColorSpace::linearExtendedSRGB().xyzToRGB(c));
150 EXPECT_TRUE(extendedSRGB.g > 1.0f);
  /frameworks/native/libs/ui/tools/
lutgen.cpp 32 ColorSpace gColorSpaceDst = ColorSpace::extendedSRGB();
34 string gNameDst = "extendedSRGB";
51 cout << " the target color space, see below for available names. extendedSRGB by default" << endl;
56 cout << " extendedSRGB" << endl;
71 if (name == "extendedSRGB") return ColorSpace::extendedSRGB();
  /frameworks/native/libs/ui/include/ui/
ColorSpace.h 235 static const ColorSpace extendedSRGB();
  /frameworks/native/libs/ui/
ColorSpace.cpp 250 const ColorSpace ColorSpace::extendedSRGB() {
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapColorSpaceTest.java 190 public void extendedSRGB() {

Completed in 116 milliseconds