Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp922 bool needsAttenuation = LayerNeedsAttenuation(*srcLayer); in composeLayerInto() local
925 needsAttenuation || needsBlending); in composeLayerInto()
948 (needsAttenuation ? 1 : 0) + (needsBlending ? 1 : 0) + in composeLayerInto()
1053 if (needsAttenuation) { in composeLayerInto()