Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp986 bool needsFill = srcLayerCompositionType == Composition::SOLID_COLOR; in composeLayerInto() local
997 bool needsCopy = !(needsFill || needsConversion || needsScaling || needsRotation || in composeLayerInto()
1019 int neededIntermediateImages = (needsFill ? 1 : 0) + (needsConversion ? 1 : 0) + in composeLayerInto()
1044 if (needsFill) { in composeLayerInto()