Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp117 mLayerState.frontEnd.geomActiveTransparentRegion = Region{}; in OutputLayerDisplayFrameTest()
118 mLayerState.frontEnd.geomLayerTransform = ui::Transform{TR_IDENT}; in OutputLayerDisplayFrameTest()
119 mLayerState.frontEnd.geomBufferSize = Rect{0, 0, 1920, 1080}; in OutputLayerDisplayFrameTest()
120 mLayerState.frontEnd.geomBufferUsesDisplayInverseTransform = false; in OutputLayerDisplayFrameTest()
121 mLayerState.frontEnd.geomCrop = Rect{0, 0, 1920, 1080}; in OutputLayerDisplayFrameTest()
122 mLayerState.frontEnd.geomLayerBounds = FloatRect{0.f, 0.f, 1920.f, 1080.f}; in OutputLayerDisplayFrameTest()
129 mLayerState.frontEnd.geomInverseLayerTransform = in calculateOutputDisplayFrame()
130 mLayerState.frontEnd.geomLayerTransform.inverse(); in calculateOutputDisplayFrame()
142 mLayerState.frontEnd.geomActiveTransparentRegion = Region{Rect{0, 0, 1920, 1080}}; in TEST_F()
148 mLayerState.frontEnd.geomCrop = Rect{100, 200, 300, 500}; in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp96 const auto& layerState = mLayer->getState().frontEnd; in calculateInitialCrop()
129 const auto& layerState = mLayer->getState().frontEnd; in calculateOutputSourceCrop()
206 const auto& layerState = mLayer->getState().frontEnd; in calculateOutputDisplayFrame()
253 const auto& layerState = mLayer->getState().frontEnd; in calculateOutputRelativeBufferTransform()
299 if ((mLayer->getState().frontEnd.isSecure && !mOutput.getState().isSecure) || in updateCompositionState()
353 const auto& outputIndependentState = mLayer->getState().frontEnd; in writeStateToHWC()
DLayerCompositionState.cpp84 dumpFrontEnd(out, frontEnd); in dump()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DLayerCompositionState.h34 LayerFECompositionState frontEnd; member
/frameworks/native/services/surfaceflinger/
DBufferQueueLayer.cpp246 auto& layerCompositionState = getCompositionLayer()->editState().frontEnd; in latchSidebandStream()
378 auto& layerCompositionState = getCompositionLayer()->editState().frontEnd; in updateActiveBuffer()
422 auto& layerCompositionState = getCompositionLayer()->editState().frontEnd; in setHwcLayerBuffer()
DColorLayer.cpp126 auto& layerCompositionState = getCompositionLayer()->editState().frontEnd; in setPerFrameData()
DBufferStateLayer.cpp474 getCompositionLayer()->editState().frontEnd.sidebandStream = mSidebandStream; in latchSidebandStream()
581 auto& layerCompositionState = getCompositionLayer()->editState().frontEnd; in updateActiveBuffer()
DBufferLayer.cpp278 auto& layerCompositionState = getCompositionLayer()->editState().frontEnd; in setPerFrameData()
DSurfaceFlinger.cpp1818 layer->getLayerFE().latchCompositionState(layer->getLayer().editState().frontEnd, in calculateWorkingSet()
1886 auto& layerState = layer->getCompositionLayer()->editState().frontEnd; in calculateWorkingSet()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h214 layer->getCompositionLayer()->editState().frontEnd.sidebandStream = sidebandStream; in setLayerSidebandStream()