Searched refs:peekThroughLayer (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
D | Flattener.cpp | 322 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/ |
D | OutputLayerCompositionState.h | 117 compositionengine::OutputLayer* peekThroughLayer = nullptr; member
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | OutputLayerCompositionState.cpp | 86 dumpVal(out, "override peekThroughLayer", overrideInfo.peekThroughLayer); in dump()
|
D | Output.cpp | 859 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()
|
D | OutputLayer.cpp | 484 const auto blendMode = overrideInfo.buffer || overrideInfo.peekThroughLayer in writeOutputIndependentGeometryStateToHWC()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/ |
D | FlattenerTest.cpp | 709 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/ |
D | OutputLayerTest.cpp | 1250 OutputLayer peekThroughLayer{mOutput, *peekThroughLayerFE}; in TEST_F() local 1252 mOutputLayer.mState.overrideInfo.peekThroughLayer = &peekThroughLayer; in TEST_F()
|
D | OutputTest.cpp | 950 layer1.outputLayerState.overrideInfo.peekThroughLayer = layer3.outputLayer; in TEST_F() 951 layer2.outputLayerState.overrideInfo.peekThroughLayer = layer3.outputLayer; in TEST_F()
|