Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp54 static bool hasWideColorDisplay = variable
55 getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>(false);
202 if (!hasWideColorDisplay) { in TEST_F()
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLES20RenderEngine.cpp141 getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>(false); in GLES20RenderEngine()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp122 bool SurfaceFlinger::hasWideColorDisplay; member in android::SurfaceFlinger
193 hasWideColorDisplay = in SurfaceFlinger()
194 getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>(false); in SurfaceFlinger()
1191 hasWideColorModes && hasWideColorDisplay); in createDefaultDisplayDevice()
1194 if (hasWideColorModes && hasWideColorDisplay) { in createDefaultDisplayDevice()
1798 if (hasWideColorDisplay) { in setUpHWComposer()
2094 hasWideColorDisplay); in handleTransactionLocked()
3523 result.appendFormat("hasWideColorDisplay: %d\n", hasWideColorDisplay); in dumpWideColorInfo()
DSurfaceFlinger.h158 static bool hasWideColorDisplay; variable
/frameworks/native/libs/gui/tests/
DSurface_test.cpp45 static bool hasWideColorDisplay = variable
46 getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>(false);
295 ASSERT_EQ(hasWideColorDisplay, supported); in TEST_F()
/frameworks/native/libs/gui/
DSurface.cpp335 &ISurfaceFlingerConfigs::hasWideColorDisplay>(false); in getWideColorSupport()