Home
last modified time | relevance | path

Searched refs:getDrawingState (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayerVector.cpp45 const auto& lState = l->getDrawingState(); in do_compare()
46 const auto& rState = r->getDrawingState(); in do_compare()
67 auto& state = layer->getDrawingState(); in traverseInZOrder()
78 auto& state = layer->getDrawingState(); in traverseInReverseZOrder()
DLayerRenderArea.cpp59 return mLayer->getBufferSize(mLayer->getDrawingState()); in getBounds()
63 return mLayer->getBufferSize(mLayer->getDrawingState()).getHeight(); in getHeight()
67 return mLayer->getBufferSize(mLayer->getDrawingState()).getWidth(); in getWidth()
DLayer.cpp321 const State& s(getDrawingState()); in getBounds()
332 const State& s(getDrawingState()); in computeBounds()
393 const auto& drawingState{getDrawingState()}; in prepareBasicGeometryCompositionState()
429 const auto& drawingState{getDrawingState()}; in prepareGeometryCompositionState()
435 auto& parentState = parent->getDrawingState(); in prepareGeometryCompositionState()
476 const auto& drawingState{getDrawingState()}; in preparePerFrameCompositionState()
503 const State& drawingState{getDrawingState()}; in prepareCursorCompositionState()
601 getActiveTransform(getDrawingState()).inverse().asMatrix4(); in prepareClientComposition()
609 getActiveTransform(getDrawingState()).inverse().asMatrix4(); in prepareClientComposition()
695 const State& s(getDrawingState()); in doTransaction()
[all …]
DBufferStateLayer.cpp631 return getBufferSize(getDrawingState()).toFloatRect(); in computeSourceBounds()
645 getDrawingState().acquireFence->getStatus() == Fence::Status::Signaled; in fenceHasSignaled()
710 const State& s(getDrawingState()); in latchSidebandStream()
726 const State& c(getDrawingState()); in hasFrameUpdate()
732 const State& s(getDrawingState()); in updateTexImage()
784 const State& s(getDrawingState()); in updateActiveBuffer()
889 const State& s(getDrawingState()); in gatherBufferInfo()
934 const State& s(getDrawingState()); in bufferNeedsFiltering()
991 Rect bufferBounds = getCroppedBufferSize(getDrawingState()); in getInputBounds()
DFpsReporter.cpp58 auto& currentState = layer->getDrawingState(); in dispatchLayerFps()
DEffectLayer.cpp151 return getBackgroundBlurRadius() > 0 || getDrawingState().blurRegions.size() > 0; in hasBlur()
DBufferLayer.cpp199 const State& s(getDrawingState()); in prepareClientComposition()
518 const State& s(getDrawingState()); in latchBuffer()
686 const State& s(getDrawingState()); in computeSourceBounds()
DLayer.h732 inline const State& getDrawingState() const { return mDrawingState; } in getDrawingState() function
733 inline State& getDrawingState() { return mDrawingState; } in getDrawingState() function
DBufferQueueLayer.cpp231 LayerRejecter r(mDrawingState, getDrawingState(), recomputeVisibleRegions, in updateTexImage()
DSurfaceFlinger.cpp6099 parent->getDrawingState().flags & layer_state_t::eLayerSecure) { in captureLayers()
6104 Rect parentSourceBounds = parent->getCroppedBufferSize(parent->getDrawingState()); in captureLayers()
6343 disableBlurs |= layer->getDrawingState().sidebandStream != nullptr; in renderScreenImplLocked()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionFrameTracerTest.cpp65 auto c = layer->getDrawingState(); in commitTransaction()
DRefreshRateSelectionTest.cpp119 auto c = layer->getDrawingState(); in commitTransaction()
DTransactionSurfaceFrameTest.cpp65 auto c = layer->getDrawingState(); in commitTransaction()
DSetFrameRateTest.cpp155 auto c = layer->getDrawingState(); in commitTransaction()