Home
last modified time | relevance | path

Searched defs:copyLayerInto (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanPipeline.cpp115 bool SkiaVulkanPipeline::copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap) { in copyLayerInto() function in android::uirenderer::skiapipeline::SkiaVulkanPipeline
DSkiaOpenGLPipeline.cpp125 bool SkiaOpenGLPipeline::copyLayerInto(DeferredLayerUpdater* deferredLayer, SkBitmap* bitmap) { in copyLayerInto() function in android::uirenderer::skiapipeline::SkiaOpenGLPipeline
/frameworks/base/libs/hwui/
DOpenGLReadback.cpp270 bool OpenGLReadbackImpl::copyLayerInto(renderthread::RenderThread& renderThread, in copyLayerInto() function in android::uirenderer::OpenGLReadbackImpl
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp120 bool OpenGLPipeline::copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap) { in copyLayerInto() function in android::uirenderer::renderthread::OpenGLPipeline
DCanvasContext.cpp567 bool CanvasContext::copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap) { in copyLayerInto() function in android::uirenderer::renderthread::CanvasContext
DRenderProxy.cpp298 CREATE_BRIDGE3(copyLayerInto, CanvasContext* context, DeferredLayerUpdater* layer, in CREATE_BRIDGE3() argument
304 bool RenderProxy::copyLayerInto(DeferredLayerUpdater* layer, SkBitmap& bitmap) { in copyLayerInto() function in android::uirenderer::renderthread::RenderProxy
/frameworks/base/core/java/android/view/
DThreadedRenderer.java810 boolean copyLayerInto(final HardwareLayer layer, final Bitmap bitmap) { in copyLayerInto() method in ThreadedRenderer