Lines Matching refs:m_eglContext
137 EGLContext m_eglContext;
152 , m_eglContext (EGL_NO_CONTEXT)
276 m_eglContext = egl.createContext(m_eglDisplay, m_eglConfig, EGL_NO_CONTEXT, contextAttribList);
283 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
311 if (m_eglContext != EGL_NO_CONTEXT)
313 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext));
314 m_eglContext = EGL_NO_CONTEXT;
388 m_eglContext = egl.createContext(m_eglDisplay, m_eglConfig, EGL_NO_CONTEXT, contextAttribList);
399 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
403 m_sharedcontext = egl.createContext(m_eglDisplay, m_eglConfig, m_eglContext, contextAttribList);
701 m_eglSurface, m_eglContext));