Searched refs:frontEnd (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputLayerTest.cpp | 117 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/ |
D | OutputLayer.cpp | 96 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()
|
D | LayerCompositionState.cpp | 84 dumpFrontEnd(out, frontEnd); in dump()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | LayerCompositionState.h | 34 LayerFECompositionState frontEnd; member
|
/frameworks/native/services/surfaceflinger/ |
D | BufferQueueLayer.cpp | 246 auto& layerCompositionState = getCompositionLayer()->editState().frontEnd; in latchSidebandStream() 378 auto& layerCompositionState = getCompositionLayer()->editState().frontEnd; in updateActiveBuffer() 422 auto& layerCompositionState = getCompositionLayer()->editState().frontEnd; in setHwcLayerBuffer()
|
D | ColorLayer.cpp | 126 auto& layerCompositionState = getCompositionLayer()->editState().frontEnd; in setPerFrameData()
|
D | BufferStateLayer.cpp | 474 getCompositionLayer()->editState().frontEnd.sidebandStream = mSidebandStream; in latchSidebandStream() 581 auto& layerCompositionState = getCompositionLayer()->editState().frontEnd; in updateActiveBuffer()
|
D | BufferLayer.cpp | 278 auto& layerCompositionState = getCompositionLayer()->editState().frontEnd; in setPerFrameData()
|
D | SurfaceFlinger.cpp | 1818 layer->getLayerFE().latchCompositionState(layer->getLayer().editState().frontEnd, in calculateWorkingSet() 1886 auto& layerState = layer->getCompositionLayer()->editState().frontEnd; in calculateWorkingSet()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableSurfaceFlinger.h | 214 layer->getCompositionLayer()->editState().frontEnd.sidebandStream = sidebandStream; in setLayerSidebandStream()
|