Home
last modified time | relevance | path

Searched defs:renderArea (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
DScreenCaptureOutput.h31 const RenderArea& renderArea; member
DScreenCaptureOutput.cpp82 const RenderArea& renderArea, const compositionengine::Output::ColorProfile& colorProfile, in ScreenCaptureOutput()
DSurfaceFlinger.cpp7329 std::shared_ptr<RenderArea> renderArea = renderAreaFuture.get(); in captureScreenCommon() local
7369 std::shared_ptr<const RenderArea> renderArea, GetLayerSnapshotsFunction getLayerSnapshots, in renderScreenImpl()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h473 auto renderScreenImpl(std::shared_ptr<const RenderArea> renderArea, in renderScreenImpl()
DCompositionTest.cpp202 auto renderArea = DisplayRenderArea::create(mDisplay, sourceCrop, sourceCrop.getSize(), in captureScreenComposition() local