Searched defs:copySurfaceInto (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaVulkanReadback.h | 29 virtual CopyResult copySurfaceInto(Surface& surface, const Rect& srcRect, in copySurfaceInto() function
|
/frameworks/base/libs/hwui/ |
D | OpenGLReadback.cpp | 35 CopyResult OpenGLReadback::copySurfaceInto(Surface& surface, const Rect& srcRect, in copySurfaceInto() function in android::uirenderer::OpenGLReadback
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderProxy.cpp | 297 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/ |
D | ThreadedRenderer.java | 923 public static int copySurfaceInto(Surface surface, Rect srcRect, Bitmap bitmap) { in copySurfaceInto() method in ThreadedRenderer
|