Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp56 static bool hasWideColorDisplay = android::sysprop::has_wide_color_display(false); variable
210 if (!hasWideColorDisplay) { in TEST_F()
296 if (!hasWideColorDisplay) { in TEST_F()
350 if (!hasWideColorDisplay) { in TEST_F()
664 if (!hasWideColorDisplay) { in TEST_F()
729 if (!hasWideColorDisplay) { in TEST_F()
767 if (!hasWideColorDisplay) { in TEST_F()
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop90 # hasWideColorDisplay indicates that the device has
250 # When hasWideColorDisplay returns true, this API must return a
254 # color gamut, meaning hasWideColorDisplay returns false.
/frameworks/native/services/surfaceflinger/
DSurfaceFlingerProperties.cpp94 return getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>( in has_wide_color_display()
DSurfaceFlinger.cpp273 bool SurfaceFlinger::hasWideColorDisplay; member in android::SurfaceFlinger
342 hasWideColorDisplay = has_wide_color_display(false); in SurfaceFlinger()
349 hasWideColorDisplay ? Dataspace::DISPLAY_P3 : Dataspace::V0_SRGB)); in SurfaceFlinger()
1185 if (isInternalDisplay && !hasWideColorDisplay) { in getDisplayColorModes()
1434 display->isPrimary() ? hasWideColorDisplay : display->hasWideColorGamut(); in isWideColorDisplay()
4594 StringAppendF(&result, "Device has wide color built-in display: %d\n", hasWideColorDisplay); in dumpWideColorInfo()
DSurfaceFlinger.h236 static bool hasWideColorDisplay; variable
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h387 auto& mutableHasWideColorDisplay() { return SurfaceFlinger::hasWideColorDisplay; } in mutableHasWideColorDisplay()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp50 static bool hasWideColorDisplay = android::sysprop::has_wide_color_display(false); variable
423 ASSERT_EQ(hasWideColorDisplay, supported); in TEST_F()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java4685 OptionalBool hasWideColor = surfaceFlinger.hasWideColorDisplay(); in queryWideColorGamutSupport()
/frameworks/base/services/
Dart-profile87 HSPLandroid/hardware/configstore/V1_0/ISurfaceFlingerConfigs$Proxy;->hasWideColorDisplay()Landroid/…