Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp389 const auto* outputIndependentState = getLayerFE().getCompositionState(); in writeStateToHWC() local
390 if (!outputIndependentState) { in writeStateToHWC()
394 auto requestedCompositionType = outputIndependentState->compositionType; in writeStateToHWC()
407 writeOutputIndependentGeometryStateToHWC(hwcLayer.get(), *outputIndependentState, in writeStateToHWC()
412 writeOutputIndependentPerFrameStateToHWC(hwcLayer.get(), *outputIndependentState, in writeStateToHWC()
419 writeSolidColorStateToHWC(hwcLayer.get(), *outputIndependentState); in writeStateToHWC()
479 HWC2::Layer* hwcLayer, const LayerFECompositionState& outputIndependentState, in writeOutputIndependentGeometryStateToHWC() argument
486 : outputIndependentState.blendMode; in writeOutputIndependentGeometryStateToHWC()
494 : (getState().overrideInfo.buffer ? 1.0f : outputIndependentState.alpha); in writeOutputIndependentGeometryStateToHWC()
502 for (const auto& [name, entry] : outputIndependentState.metadata) { in writeOutputIndependentGeometryStateToHWC()
[all …]