Home
last modified time | relevance | path

Searched defs:hwcLayer (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp71 void OutputLayer::setHwcLayer(std::shared_ptr<HWC2::Layer> hwcLayer) { in setHwcLayer()
481 auto& hwcLayer = (*state.hwc).hwcLayer; in writeStateToHWC() local
537 void OutputLayer::writeOutputDependentGeometryStateToHWC(HWC2::Layer* hwcLayer, in writeOutputDependentGeometryStateToHWC()
590 HWC2::Layer* hwcLayer, const LayerFECompositionState& outputIndependentState, in writeOutputIndependentGeometryStateToHWC()
622 void OutputLayer::writeLutToHWC(HWC2::Layer* hwcLayer, in writeLutToHWC()
657 void OutputLayer::writeOutputDependentPerFrameStateToHWC(HWC2::Layer* hwcLayer) { in writeOutputDependentPerFrameStateToHWC()
723 HWC2::Layer* hwcLayer, const LayerFECompositionState& outputIndependentState, in writeOutputIndependentPerFrameStateToHWC()
768 void OutputLayer::writeSolidColorStateToHWC(HWC2::Layer* hwcLayer, in writeSolidColorStateToHWC()
781 void OutputLayer::writeSidebandStateToHWC(HWC2::Layer* hwcLayer, in writeSidebandStateToHWC()
835 void OutputLayer::writeBufferStateToHWC(HWC2::Layer* hwcLayer, in writeBufferStateToHWC()
[all …]
DDisplay.cpp175 auto hwcLayer = hwc.createLayer(*halDisplayId); in createOutputLayer() local
326 auto hwcLayer = layer->getHwcLayer(); in applyChangedTypesToLayers() local
350 auto hwcLayer = layer->getHwcLayer(); in applyLayerRequestsToLayers() local
380 auto hwcLayer = layer->getHwcLayer(); in applyLayerLutsToLayers() local
431 auto hwcLayer = layer->getHwcLayer(); in presentFrame() local
DOutput.cpp1662 if (auto hwcLayer = layer->getHwcLayer()) { in presentFrameAndReleaseLayers() local
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayerCompositionState.h140 std::shared_ptr<HWC2::Layer> hwcLayer; member
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp144 auto hwcLayer = std::make_shared<StrictMock<HWC2::mock::Layer>>(); in TEST_F() local
1621 auto hwcLayer = std::make_shared<StrictMock<HWC2::mock::Layer>>(); in TEST_F() local
DDisplayTest.cpp496 auto hwcLayer = std::make_shared<StrictMock<HWC2::mock::Layer>>(); in TEST_F() local