Home
last modified time | relevance | path

Searched refs:renderArea (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/services/surfaceflinger/
DBufferLayer.cpp134 bool BufferLayer::prepareClientLayer(const RenderArea& renderArea, const Region& clip, in prepareClientLayer() argument
139 Layer::prepareClientLayer(renderArea, clip, useIdentityTransform, clearRegion, in prepareClientLayer()
168 (isProtected() && !supportProtectedContent) || (isSecure() && !renderArea.isSecure()); in prepareClientLayer()
178 const bool useFiltering = needsFiltering(renderArea.getDisplayDevice()) || in prepareClientLayer()
179 renderArea.needsFiltering() || isFixedSize(); in prepareClientLayer()
DContainerLayer.h43 bool prepareClientLayer(const RenderArea& renderArea, const Region& clip,
DColorLayer.cpp51 bool ColorLayer::prepareClientLayer(const RenderArea& renderArea, const Region& clip, in prepareClientLayer() argument
55 Layer::prepareClientLayer(renderArea, clip, useIdentityTransform, clearRegion, in prepareClientLayer()
DColorLayer.h49 virtual bool prepareClientLayer(const RenderArea& renderArea, const Region& clip,
DSurfaceFlinger.cpp3402 const DisplayRenderArea renderArea(displayDevice); in doComposeSurfaces() local
3509 layer->prepareClientLayer(renderArea, clip, dummyRegion, in doComposeSurfaces()
3525 layer->prepareClientLayer(renderArea, clip, clearRegion, in doComposeSurfaces()
5681 DisplayRenderArea renderArea(display, sourceCrop, reqWidth, reqHeight, reqDataspace, in captureScreen() local
5686 return captureScreenCommon(renderArea, traverseLayers, outBuffer, reqPixelFormat, in captureScreen()
5744 DisplayRenderArea renderArea(display, Rect(), width, height, *outDataspace, captureOrientation, in captureScreen() local
5750 return captureScreenCommon(renderArea, traverseLayers, outBuffer, ui::PixelFormat::RGBA_8888, in captureScreen()
5897 LayerRenderArea renderArea(this, parent, crop, reqWidth, reqHeight, reqDataspace, childrenOnly); in captureLayers() local
5920 return captureScreenCommon(renderArea, traverseLayers, outBuffer, reqPixelFormat, false, in captureLayers()
5924 status_t SurfaceFlinger::captureScreenCommon(RenderArea& renderArea, in captureScreenCommon() argument
[all …]
DLayer.h360 void computeGeometry(const RenderArea& renderArea, renderengine::Mesh& mesh,
468 virtual bool prepareClientLayer(const RenderArea& renderArea, const Region& clip,
534 bool prepareClientLayer(const RenderArea& renderArea, const Region& clip, Region& clearRegion,
536 bool prepareClientLayer(const RenderArea& renderArea, bool useIdentityTransform,
DBufferLayer.h168 bool prepareClientLayer(const RenderArea& renderArea, const Region& clip,
DRegionSamplingThread.cpp404 DisplayRenderArea renderArea(device, screencapRegion.bounds(), sampledArea.getWidth(), in captureSample() local
461 mFlinger.captureScreenCommon(renderArea, traverseLayers, buffer, false, ignored); in captureSample()
DSurfaceFlinger.h650 void renderScreenImplLocked(const RenderArea& renderArea, TraverseLayersFunction traverseLayers,
653 status_t captureScreenCommon(RenderArea& renderArea, TraverseLayersFunction traverseLayers,
656 status_t captureScreenCommon(RenderArea& renderArea, TraverseLayersFunction traverseLayers,
660 status_t captureScreenImplLocked(const RenderArea& renderArea,
DLayer.cpp515 bool Layer::prepareClientLayer(const RenderArea& renderArea, const Region& clip, in prepareClientLayer() argument
518 return prepareClientLayer(renderArea, clip, false, clearRegion, supportProtectedContent, layer); in prepareClientLayer()
521 bool Layer::prepareClientLayer(const RenderArea& renderArea, bool useIdentityTransform, in prepareClientLayer() argument
524 return prepareClientLayer(renderArea, Region(renderArea.getBounds()), useIdentityTransform, in prepareClientLayer()
621 void Layer::computeGeometry(const RenderArea& renderArea, in computeGeometry() argument
624 const ui::Transform renderAreaTransform(renderArea.getTransform()); in computeGeometry()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h281 const RenderArea& renderArea, SurfaceFlinger::TraverseLayersFunction traverseLayers, in captureScreenImplLocked() argument
284 return mFlinger->captureScreenImplLocked(renderArea, traverseLayers, buffer, in captureScreenImplLocked()
DCompositionTest.cpp229 DisplayRenderArea renderArea(mDisplay, sourceCrop, DEFAULT_DISPLAY_WIDTH, in captureScreenComposition() local
240 mCaptureScreenBuffer = new GraphicBuffer(renderArea.getReqWidth(), renderArea.getReqHeight(), in captureScreenComposition()
245 mFlinger.captureScreenImplLocked(renderArea, traverseLayers, mCaptureScreenBuffer.get(), in captureScreenComposition()
/frameworks/native/vulkan/api/
Dvulkan.api4375 VkRect2D renderArea