Searched defs:copyGraphicBufferInto (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLReadback.cpp63 return copyGraphicBufferInto(sourceBuffer.get(), texTransform, srcRect, bitmap);
66 CopyResult OpenGLReadback::copyGraphicBufferInto(GraphicBuffer* graphicBuffer, function in class:android::uirenderer::OpenGLReadback
99 CopyResult OpenGLReadback::copyGraphicBufferInto(GraphicBuffer* graphicBuffer, SkBitmap* bitmap) { function in class:android::uirenderer::OpenGLReadback
104 return copyGraphicBufferInto(graphicBuffer, transform, srcRect, bitmap);
/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp670 CREATE_BRIDGE3(copyGraphicBufferInto, RenderThread* thread, GraphicBuffer* buffer, SkBitmap* bitmap) {
671 return (void*) args->thread->readback().copyGraphicBufferInto(args->buffer, args->bitmap);
674 int RenderProxy::copyGraphicBufferInto(GraphicBuffer* buffer, SkBitmap* bitmap) { function in class:android::uirenderer::renderthread::RenderProxy
678 return (int) thread.readback().copyGraphicBufferInto(buffer, bitmap);
680 SETUP_TASK(copyGraphicBufferInto);

Completed in 65 milliseconds