Searched defs:copyLayerInto (Results 1 – 7 of 7) sorted by relevance
| /frameworks/base/libs/hwui/pipeline/skia/ |
| D | SkiaVulkanPipeline.cpp | 115 bool SkiaVulkanPipeline::copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap) { in copyLayerInto() function in android::uirenderer::skiapipeline::SkiaVulkanPipeline
|
| D | SkiaOpenGLPipeline.cpp | 125 bool SkiaOpenGLPipeline::copyLayerInto(DeferredLayerUpdater* deferredLayer, SkBitmap* bitmap) { in copyLayerInto() function in android::uirenderer::skiapipeline::SkiaOpenGLPipeline
|
| /frameworks/base/libs/hwui/ |
| D | OpenGLReadback.cpp | 270 bool OpenGLReadbackImpl::copyLayerInto(renderthread::RenderThread& renderThread, in copyLayerInto() function in android::uirenderer::OpenGLReadbackImpl
|
| /frameworks/base/libs/hwui/renderthread/ |
| D | OpenGLPipeline.cpp | 120 bool OpenGLPipeline::copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap) { in copyLayerInto() function in android::uirenderer::renderthread::OpenGLPipeline
|
| D | CanvasContext.cpp | 567 bool CanvasContext::copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap) { in copyLayerInto() function in android::uirenderer::renderthread::CanvasContext
|
| D | RenderProxy.cpp | 298 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/ |
| D | ThreadedRenderer.java | 810 boolean copyLayerInto(final HardwareLayer layer, final Bitmap bitmap) { in copyLayerInto() method in ThreadedRenderer
|