Searched refs:hasWideColorDisplay (Results 1 – 6 of 6) sorted by relevance
54 static bool hasWideColorDisplay = variable55 getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>(false);202 if (!hasWideColorDisplay) { in TEST_F()
141 getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>(false); in GLES20RenderEngine()
122 bool SurfaceFlinger::hasWideColorDisplay; member in android::SurfaceFlinger193 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()
158 static bool hasWideColorDisplay; variable
45 static bool hasWideColorDisplay = variable46 getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>(false);295 ASSERT_EQ(hasWideColorDisplay, supported); in TEST_F()
335 &ISurfaceFlingerConfigs::hasWideColorDisplay>(false); in getWideColorSupport()