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

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

Completed in 1906 milliseconds