Home
last modified time | relevance | path

Searched refs:supportMixedColorSpaces (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/
DDeviceInfo.cpp115 void DeviceInfo::setSupportMixedColorSpaces(bool supportMixedColorSpaces) { in setSupportMixedColorSpaces() argument
116 get()->mSupportMixedColorSpaces = supportMixedColorSpaces; in setSupportMixedColorSpaces()
DDeviceInfo.h81 static void setSupportMixedColorSpaces(bool supportMixedColorSpaces);
/frameworks/native/libs/gui/aidl/android/gui/
DOverlayProperties.aidl29 boolean supportMixedColorSpaces;
/frameworks/base/core/java/android/hardware/flags/
Doverlayproperties_flags.aconfig8 …description: "public OverlayProperties class, OverlayProperties#supportMixedColorSpaces and Displa…
/frameworks/base/core/jni/
Dandroid_hardware_OverlayProperties.cpp80 if (properties != nullptr && properties->supportMixedColorSpaces) { in android_hardware_OverlayProperties_supportMixedColorSpaces()
94 overlayProperties->supportMixedColorSpaces = true; in android_hardware_OverlayProperties_createDefault()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_HardwareRenderer.cpp878 jboolean supportMixedColorSpaces) { in android_view_ThreadedRenderer_initDisplayInfo() argument
887 DeviceInfo::setSupportMixedColorSpaces(supportMixedColorSpaces); in android_view_ThreadedRenderer_initDisplayInfo()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp976 mOverlayProperties.supportMixedColorSpaces); in dumpOverlayProperties()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1678 outProperties->supportMixedColorSpaces = aidlProperties.supportMixedColorSpaces; in getOverlaySupport()