/frameworks/native/services/surfaceflinger/ |
D | BufferLayer.cpp | 134 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()
|
D | ContainerLayer.h | 43 bool prepareClientLayer(const RenderArea& renderArea, const Region& clip,
|
D | ColorLayer.cpp | 51 bool ColorLayer::prepareClientLayer(const RenderArea& renderArea, const Region& clip, in prepareClientLayer() argument 55 Layer::prepareClientLayer(renderArea, clip, useIdentityTransform, clearRegion, in prepareClientLayer()
|
D | ColorLayer.h | 49 virtual bool prepareClientLayer(const RenderArea& renderArea, const Region& clip,
|
D | SurfaceFlinger.cpp | 3402 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 …]
|
D | Layer.h | 360 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,
|
D | BufferLayer.h | 168 bool prepareClientLayer(const RenderArea& renderArea, const Region& clip,
|
D | RegionSamplingThread.cpp | 404 DisplayRenderArea renderArea(device, screencapRegion.bounds(), sampledArea.getWidth(), in captureSample() local 461 mFlinger.captureScreenCommon(renderArea, traverseLayers, buffer, false, ignored); in captureSample()
|
D | SurfaceFlinger.h | 650 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,
|
D | Layer.cpp | 515 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/ |
D | TestableSurfaceFlinger.h | 281 const RenderArea& renderArea, SurfaceFlinger::TraverseLayersFunction traverseLayers, in captureScreenImplLocked() argument 284 return mFlinger->captureScreenImplLocked(renderArea, traverseLayers, buffer, in captureScreenImplLocked()
|
D | CompositionTest.cpp | 229 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/ |
D | vulkan.api | 4375 VkRect2D renderArea
|