Home
last modified time | relevance | path

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

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