Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp918 bool needsScaling = LayerNeedsScaling(*srcLayer); in composeLayerInto() local
924 bool needsCopy = !(needsConversion || needsScaling || needsRotation || needsVFlip || in composeLayerInto()
947 (needsScaling ? 1 : 0) + (needsRotation ? 1 : 0) + in composeLayerInto()
987 if (needsScaling || needsTranspose) { in composeLayerInto()
1020 if (needsScaling) { in composeLayerInto()