Searched refs:copySurfaceInto (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DReadback.h39 static CopyResult copySurfaceInto(renderthread::RenderThread& renderThread,
H A DReadback.cpp33 CopyResult Readback::copySurfaceInto(renderthread::RenderThread& renderThread, function in class:android::uirenderer::Readback
/frameworks/base/graphics/java/android/view/
H A DPixelCopy.java130 int result = ThreadedRenderer.copySurfaceInto(source, dest);
/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h130 ANDROID_API static int copySurfaceInto(sp<Surface>& surface, SkBitmap* bitmap);
H A DRenderProxy.cpp620 CREATE_BRIDGE3(copySurfaceInto, RenderThread* thread,
622 return (void*) Readback::copySurfaceInto(*args->thread,
626 int RenderProxy::copySurfaceInto(sp<Surface>& surface, SkBitmap* bitmap) { function in class:android::uirenderer::renderthread::RenderProxy
627 SETUP_TASK(copySurfaceInto);
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java888 public static int copySurfaceInto(Surface surface, Bitmap bitmap) { method in class:ThreadedRenderer
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp675 return RenderProxy::copySurfaceInto(surface, &bitmap);

Completed in 793 milliseconds