Home
last modified time | relevance | path

Searched refs:hasWideColorDisplay (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp55 static bool hasWideColorDisplay = variable
56 getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>(false);
211 if (!hasWideColorDisplay) { in TEST_F()
297 if (!hasWideColorDisplay) { in TEST_F()
351 if (!hasWideColorDisplay) { in TEST_F()
665 if (!hasWideColorDisplay) { in TEST_F()
730 if (!hasWideColorDisplay) { in TEST_F()
768 if (!hasWideColorDisplay) { in TEST_F()
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop70 # hasWideColorDisplay indicates that the device has
230 # When hasWideColorDisplay returns true, this API must return a
234 # color gamut, meaning hasWideColorDisplay returns false.
/frameworks/native/services/surfaceflinger/
DSurfaceFlingerProperties.cpp76 return getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>( in has_wide_color_display()
DSurfaceFlinger.cpp239 bool SurfaceFlinger::hasWideColorDisplay; member in android::SurfaceFlinger
302 hasWideColorDisplay = has_wide_color_display(false); in SurfaceFlinger()
309 hasWideColorDisplay ? Dataspace::DISPLAY_P3 : Dataspace::V0_SRGB)); in SurfaceFlinger()
1060 if (isInternalDisplay && !hasWideColorDisplay) { in getDisplayColorModes()
1216 *outIsWideColorDisplay = hasWideColorDisplay; in isWideColorDisplay()
4889 StringAppendF(&result, "Device has wide color built-in display: %d\n", hasWideColorDisplay); in dumpWideColorInfo()
DSurfaceFlinger.h226 static bool hasWideColorDisplay; variable
/frameworks/native/opengl/libs/EGL/
Degl_display.cpp365 getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>( in initialize()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h317 auto& mutableHasWideColorDisplay() { return SurfaceFlinger::hasWideColorDisplay; } in mutableHasWideColorDisplay()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp49 static bool hasWideColorDisplay = variable
50 getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>(false);
424 ASSERT_EQ(hasWideColorDisplay, supported); in TEST_F()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java4511 OptionalBool hasWideColor = surfaceFlinger.hasWideColorDisplay(); in queryWideColorGamutSupport()
/frameworks/base/services/
Dart-profile16 HSPLandroid/hardware/configstore/V1_0/ISurfaceFlingerConfigs$Proxy;->hasWideColorDisplay()Landroid/…