Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp914 bool needsFill = srcLayerCompositionType == Composition::SOLID_COLOR; in composeLayerInto() local
946 int neededIntermediateImages = (needsFill ? 1 : 0) + (needsConversion ? 1 : 0) + in composeLayerInto()
970 if (needsFill) { in composeLayerInto()