Home
last modified time | relevance | path

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

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