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

/frameworks/base/libs/hwui/
H A DReadback.h44 virtual CopyResult copySurfaceInto(Surface& surface, const Rect& srcRect,
H A DOpenGLReadback.h29 virtual CopyResult copySurfaceInto(Surface& surface, const Rect& srcRect,
H A DOpenGLReadback.cpp34 CopyResult OpenGLReadback::copySurfaceInto(Surface& surface, const Rect& srcRect, function in class:android::uirenderer::OpenGLReadback
/frameworks/base/graphics/java/android/view/
H A DPixelCopy.java187 int result = ThreadedRenderer.copySurfaceInto(source, srcRect, dest);
/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h131 ANDROID_API static int copySurfaceInto(sp<Surface>& surface,
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
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp862 return RenderProxy::copySurfaceInto(surface, left, top, right, bottom, &bitmap);

Completed in 5502 milliseconds