Home
last modified time | relevance | path

Searched refs:getEGLSurface (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DWindowSurface.h38 EGLSurface getEGLSurface() const { return m_eglSurface; } in getEGLSurface() function
DFrameBuffer.cpp692 draw ? draw->getEGLSurface() : EGL_NO_SURFACE, in bindContext()
693 read ? read->getEGLSurface() : EGL_NO_SURFACE, in bindContext()