Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp59 static bool hasWideColorDisplay = android::sysprop::has_wide_color_display(false); variable
213 if (!hasWideColorDisplay) { in TEST_F()
299 if (!hasWideColorDisplay) { in TEST_F()
358 if (!hasWideColorDisplay) { in TEST_F()
672 if (!hasWideColorDisplay) { in TEST_F()
737 if (!hasWideColorDisplay) { in TEST_F()
775 if (!hasWideColorDisplay) { in TEST_F()
877 if (!hasWideColorDisplay) { in TEST_F()
968 if (!hasWideColorDisplay) { in TEST_F()
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop90 # hasWideColorDisplay indicates that the device has
251 # When hasWideColorDisplay returns true, this API must return a
255 # color gamut, meaning hasWideColorDisplay returns false.
/frameworks/native/services/surfaceflinger/
DSurfaceFlingerProperties.cpp96 return getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>( in has_wide_color_display()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp61 static bool hasWideColorDisplay = android::sysprop::has_wide_color_display(false); variable
384 ASSERT_EQ(hasWideColorDisplay, supported); in TEST_F()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java5567 OptionalBool hasWideColor = surfaceFlinger.hasWideColorDisplay(); in queryWideColorGamutSupport()