Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DFlattener.cpp322 auto* peekThroughLayer = mNewCachedSet->getHolePunchLayer(); in mergeWithCachedSets() local
337 .peekThroughLayer = peekThroughLayer, in mergeWithCachedSets()
363 auto* peekThroughLayer = currentLayerIter->getHolePunchLayer(); in mergeWithCachedSets() local
377 .peekThroughLayer = peekThroughLayer, in mergeWithCachedSets()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayerCompositionState.h117 compositionengine::OutputLayer* peekThroughLayer = nullptr; member
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayerCompositionState.cpp86 dumpVal(out, "override peekThroughLayer", overrideInfo.peekThroughLayer); in dump()
DOutput.cpp859 compositionengine::OutputLayer* peekThroughLayer = nullptr; in writeCompositionState() local
866 if (layer == peekThroughLayer) { in writeCompositionState()
869 peekThroughLayer = nullptr; in writeCompositionState()
882 if (overrideInfo.peekThroughLayer) { in writeCompositionState()
883 peekThroughLayer = overrideInfo.peekThroughLayer; in writeCompositionState()
889 peekThroughLayer->writeStateToHWC(includeGeometry, false, z++, overrideZ, in writeCompositionState()
892 reinterpret_cast<uint64_t>(&peekThroughLayer->getLayerFE()), in writeCompositionState()
894 peekThroughLayer->requiresClientComposition()); in writeCompositionState()
DOutputLayer.cpp484 const auto blendMode = overrideInfo.buffer || overrideInfo.peekThroughLayer in writeOutputIndependentGeometryStateToHWC()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DFlattenerTest.cpp709 layerState1->getOutputLayer()->getState().overrideInfo.peekThroughLayer; in TEST_F()
711 layerState2->getOutputLayer()->getState().overrideInfo.peekThroughLayer; in TEST_F()
778 layerState0->getOutputLayer()->getState().overrideInfo.peekThroughLayer; in TEST_F()
780 layerState1->getOutputLayer()->getState().overrideInfo.peekThroughLayer; in TEST_F()
848 layerState0->getOutputLayer()->getState().overrideInfo.peekThroughLayer; in TEST_F()
850 layerState1->getOutputLayer()->getState().overrideInfo.peekThroughLayer; in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp1250 OutputLayer peekThroughLayer{mOutput, *peekThroughLayerFE}; in TEST_F() local
1252 mOutputLayer.mState.overrideInfo.peekThroughLayer = &peekThroughLayer; in TEST_F()
DOutputTest.cpp950 layer1.outputLayerState.overrideInfo.peekThroughLayer = layer3.outputLayer; in TEST_F()
951 layer2.outputLayerState.overrideInfo.peekThroughLayer = layer3.outputLayer; in TEST_F()