Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp869 Layer* srcLayer, // in composeLayerInto() argument
877 libyuv::RotationMode rotation = GetRotationFromTransform(srcLayer->getTransform()); in composeLayerInto()
879 common::Rect srcLayerCrop = srcLayer->getSourceCropInt(); in composeLayerInto()
880 common::Rect srcLayerDisplayFrame = srcLayer->getDisplayFrame(); in composeLayerInto()
887 const auto srcLayerCompositionType = srcLayer->getCompositionType(); in composeLayerInto()
889 srcBufferOpt = mGralloc.Import(srcLayer->waitAndGetBuffer()); in composeLayerInto()
918 bool needsScaling = LayerNeedsScaling(*srcLayer); in composeLayerInto()
921 bool needsVFlip = GetVFlipFromTransform(srcLayer->getTransform()); in composeLayerInto()
922 bool needsAttenuation = LayerNeedsAttenuation(*srcLayer); in composeLayerInto()
923 bool needsBlending = LayerNeedsBlending(*srcLayer); in composeLayerInto()
[all …]