Searched refs:HWC2_COMPOSITION_SOLID_COLOR (Results 1 – 5 of 5) sorted by relevance
154 HWC2_COMPOSITION_SOLID_COLOR = 3, enumerator521 case HWC2_COMPOSITION_SOLID_COLOR: return "SolidColor"; in getCompositionName()830 SolidColor = HWC2_COMPOSITION_SOLID_COLOR,
194 SolidColor = HWC2_COMPOSITION_SOLID_COLOR,
142 if (mCompositionType == HWC2_COMPOSITION_SOLID_COLOR) { in doPreProcess()948 if (mCompositionType == HWC2_COMPOSITION_SOLID_COLOR) { in dump()
2663 } else if ((mLayers[layerIndex]->mCompositionType == HWC2_COMPOSITION_SOLID_COLOR) && in getLayerCompositionTypeForValidationType()2665 type = HWC2_COMPOSITION_SOLID_COLOR; in getLayerCompositionTypeForValidationType()
69 case HWC2_COMPOSITION_SOLID_COLOR: in getHWC1CompType()