/frameworks/native/services/surfaceflinger/ |
D | ContainerLayer.h | 45 bool prepareClientLayer(const RenderArea& renderArea, const Region& clip,
|
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 | ColorLayer.h | 49 virtual 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 | SurfaceFlinger.cpp | 3331 const DisplayRenderArea renderArea(displayDevice); in doComposeSurfaces() local 3428 layer->prepareClientLayer(renderArea, clip, dummyRegion, in doComposeSurfaces() 3444 layer->prepareClientLayer(renderArea, clip, clearRegion, in doComposeSurfaces() 5560 DisplayRenderArea renderArea(display, sourceCrop, reqWidth, reqHeight, reqDataspace, in captureScreen() local 5565 return captureScreenCommon(renderArea, traverseLayers, outBuffer, reqPixelFormat, in captureScreen() 5623 DisplayRenderArea renderArea(display, Rect(), width, height, *outDataspace, captureOrientation, in captureScreen() local 5629 return captureScreenCommon(renderArea, traverseLayers, outBuffer, ui::PixelFormat::RGBA_8888, in captureScreen() 5776 LayerRenderArea renderArea(this, parent, crop, reqWidth, reqHeight, reqDataspace, childrenOnly); in captureLayers() local 5799 return captureScreenCommon(renderArea, traverseLayers, outBuffer, reqPixelFormat, false, in captureLayers() 5803 status_t SurfaceFlinger::captureScreenCommon(RenderArea& renderArea, in captureScreenCommon() argument [all …]
|
D | Layer.h | 361 void computeGeometry(const RenderArea& renderArea, renderengine::Mesh& mesh, 459 virtual bool prepareClientLayer(const RenderArea& renderArea, const Region& clip, 525 bool prepareClientLayer(const RenderArea& renderArea, const Region& clip, Region& clearRegion, 527 bool prepareClientLayer(const RenderArea& renderArea, bool useIdentityTransform,
|
D | BufferLayer.h | 169 bool prepareClientLayer(const RenderArea& renderArea, const Region& clip,
|
D | SurfaceFlinger.h | 633 void renderScreenImplLocked(const RenderArea& renderArea, TraverseLayersFunction traverseLayers, 636 status_t captureScreenCommon(RenderArea& renderArea, TraverseLayersFunction traverseLayers, 639 status_t captureScreenCommon(RenderArea& renderArea, TraverseLayersFunction traverseLayers, 643 status_t captureScreenImplLocked(const RenderArea& renderArea,
|
D | RegionSamplingThread.cpp | 379 DisplayRenderArea renderArea(device, screencapRegion.bounds(), sampledArea.getWidth(), in captureSample() local 436 mFlinger.captureScreenCommon(renderArea, traverseLayers, buffer, false, ignored); in captureSample()
|
D | Layer.cpp | 516 bool Layer::prepareClientLayer(const RenderArea& renderArea, const Region& clip, in prepareClientLayer() argument 519 return prepareClientLayer(renderArea, clip, false, clearRegion, supportProtectedContent, layer); in prepareClientLayer() 522 bool Layer::prepareClientLayer(const RenderArea& renderArea, bool useIdentityTransform, in prepareClientLayer() argument 525 return prepareClientLayer(renderArea, Region(renderArea.getBounds()), useIdentityTransform, in prepareClientLayer() 622 void Layer::computeGeometry(const RenderArea& renderArea, in computeGeometry() argument 625 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 | 219 DisplayRenderArea renderArea(mDisplay, sourceCrop, DEFAULT_DISPLAY_WIDTH, in captureScreenComposition() local 230 mCaptureScreenBuffer = new GraphicBuffer(renderArea.getReqWidth(), renderArea.getReqHeight(), in captureScreenComposition() 235 mFlinger.captureScreenImplLocked(renderArea, traverseLayers, mCaptureScreenBuffer.get(), in captureScreenComposition()
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.c | 797 .renderArea.offset.x = 0, in demo_draw_build_cmd() 798 .renderArea.offset.y = 0, in demo_draw_build_cmd() 799 .renderArea.extent.width = demo->width, in demo_draw_build_cmd() 800 .renderArea.extent.height = demo->height, in demo_draw_build_cmd()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 4375 VkRect2D renderArea
|