Searched defs:renderArea (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | ColorLayer.cpp | 45 void ColorLayer::onDraw(const RenderArea& renderArea, const Region& /* clip */, in onDraw()
|
D | BufferLayer.cpp | 161 void BufferLayer::onDraw(const RenderArea& renderArea, const Region& clip, in onDraw() 825 void BufferLayer::drawWithOpenGL(const RenderArea& renderArea, bool useIdentityTransform) const { in drawWithOpenGL() argument
|
D | Layer.cpp | 706 void Layer::draw(const RenderArea& renderArea, const Region& clip) const { in draw() argument 710 void Layer::draw(const RenderArea& renderArea, bool useIdentityTransform) const { in draw() argument 718 void Layer::clearWithOpenGL(const RenderArea& renderArea, float red, float green, float blue, in clearWithOpenGL() 821 void Layer::computeGeometry(const RenderArea& renderArea, Mesh& mesh, in computeGeometry()
|
D | SurfaceFlinger.cpp | 2894 const DisplayRenderArea renderArea(displayDevice); in doComposeSurfaces() local 4720 DisplayRenderArea renderArea(device, sourceCrop, reqHeight, reqWidth, rotation); in captureScreen() local 4826 LayerRenderArea renderArea(this, parent, crop, reqWidth, reqHeight, childrenOnly); in captureLayers() local 4841 status_t SurfaceFlinger::captureScreenCommon(RenderArea& renderArea, in captureScreenCommon() 4916 void SurfaceFlinger::renderScreenImplLocked(const RenderArea& renderArea, in renderScreenImplLocked() 5030 status_t SurfaceFlinger::captureScreenImplLocked(const RenderArea& renderArea, in captureScreenImplLocked()
|
/frameworks/native/vulkan/include/vulkan/ |
D | vulkan_core.h | 2681 VkRect2D renderArea; member
|