Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h154 HWC2_COMPOSITION_SOLID_COLOR = 3, enumerator
521 case HWC2_COMPOSITION_SOLID_COLOR: return "SolidColor"; in getCompositionName()
830 SolidColor = HWC2_COMPOSITION_SOLID_COLOR,
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h194 SolidColor = HWC2_COMPOSITION_SOLID_COLOR,
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosLayer.cpp142 if (mCompositionType == HWC2_COMPOSITION_SOLID_COLOR) { in doPreProcess()
948 if (mCompositionType == HWC2_COMPOSITION_SOLID_COLOR) { in dump()
H A DExynosDisplay.cpp2663 } else if ((mLayers[layerIndex]->mCompositionType == HWC2_COMPOSITION_SOLID_COLOR) && in getLayerCompositionTypeForValidationType()
2665 type = HWC2_COMPOSITION_SOLID_COLOR; in getLayerCompositionTypeForValidationType()
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.cpp69 case HWC2_COMPOSITION_SOLID_COLOR: in getHWC1CompType()