Home
last modified time | relevance | path

Searched defs:copySurfaceInto (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanReadback.h29 virtual CopyResult copySurfaceInto(Surface& surface, const Rect& srcRect, in copySurfaceInto() function
/frameworks/base/libs/hwui/
DOpenGLReadback.cpp35 CopyResult OpenGLReadback::copySurfaceInto(Surface& surface, const Rect& srcRect, in copySurfaceInto() function in android::uirenderer::OpenGLReadback
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp297 int RenderProxy::copySurfaceInto(sp<Surface>& surface, int left, int top, int right, int bottom, in copySurfaceInto() function in android::uirenderer::renderthread::RenderProxy
/frameworks/base/core/java/android/view/
DThreadedRenderer.java923 public static int copySurfaceInto(Surface surface, Rect srcRect, Bitmap bitmap) { in copySurfaceInto() method in ThreadedRenderer