Home
last modified time | relevance | path

Searched refs:OpenGLReadbackImpl (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DOpenGLReadback.h45 class OpenGLReadbackImpl : public OpenGLReadback {
47 OpenGLReadbackImpl(renderthread::RenderThread& thread) : OpenGLReadback(thread) {} in OpenGLReadbackImpl() function
DOpenGLReadback.cpp243 CopyResult OpenGLReadbackImpl::copyImageInto(EGLImageKHR eglImage, in copyImageInto()
270 bool OpenGLReadbackImpl::copyLayerInto(renderthread::RenderThread& renderThread, in copyLayerInto()
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp125 return OpenGLReadbackImpl::copyLayerInto(mRenderThread, in copyLayerInto()
DRenderThread.cpp209 mReadback = new OpenGLReadbackImpl(*this); in readback()