Lines Matching refs:m_eglContext
142 virtual EGLContext getEGLContext (void) const { return m_eglContext; } in getEGLContext()
164 EGLContext m_eglContext; member in eglu::__anonb10fb3450111::RenderContext
181 , m_eglContext (EGL_NO_CONTEXT) in RenderContext()
302 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in makeCurrent()
321 m_eglSharedContext = context->m_eglContext; in create()
387 …m_eglContext = createGLContext(egl, m_eglDisplay, m_eglConfig, config.type, m_eglSharedContext, co… in create()
389 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in create()
482 if (m_eglContext != EGL_NO_CONTEXT) in destroy()
483 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext)); in destroy()
490 m_eglContext = EGL_NO_CONTEXT; in destroy()
536 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in postIterate()