Searched defs:copySurfaceInto (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLReadback.cpp34 CopyResult OpenGLReadback::copySurfaceInto(Surface& surface, const Rect& srcRect, function in class:android::uirenderer::OpenGLReadback
/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp617 CREATE_BRIDGE4(copySurfaceInto, RenderThread* thread,
619 return (void*)args->thread->readback().copySurfaceInto(*args->surface,
623 int RenderProxy::copySurfaceInto(sp<Surface>& surface, int left, int top, function in class:android::uirenderer::renderthread::RenderProxy
625 SETUP_TASK(copySurfaceInto);
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java872 public static int copySurfaceInto(Surface surface, Rect srcRect, Bitmap bitmap) { method in class:ThreadedRenderer

Completed in 487 milliseconds