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