OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenGLReadbackImpl
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
OpenGLReadback.h
45
class
OpenGLReadbackImpl
: public OpenGLReadback {
47
OpenGLReadbackImpl
(renderthread::RenderThread& thread) : OpenGLReadback(thread) {}
OpenGLReadback.cpp
243
CopyResult
OpenGLReadbackImpl
::copyImageInto(EGLImageKHR eglImage,
270
bool
OpenGLReadbackImpl
::copyLayerInto(renderthread::RenderThread& renderThread,
/frameworks/base/libs/hwui/renderthread/
OpenGLPipeline.cpp
125
return
OpenGLReadbackImpl
::copyLayerInto(mRenderThread,
RenderThread.cpp
209
mReadback = new
OpenGLReadbackImpl
(*this);
Completed in 892 milliseconds