OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEGLSurface
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.h
38
EGLSurface
getEGLSurface
() const { return m_eglSurface; }
FrameBuffer.cpp
692
draw ? draw->
getEGLSurface
() : EGL_NO_SURFACE,
693
read ? read->
getEGLSurface
() : EGL_NO_SURFACE,
/frameworks/native/services/surfaceflinger/
DisplayDevice.h
100
EGLSurface
getEGLSurface
() const;
DisplayDevice.cpp
171
EGLSurface DisplayDevice::
getEGLSurface
() const {
Completed in 635 milliseconds