Home | History | Annotate | Download | only in egl

Lines Matching refs:m_eglContext

109 	EGLContext			getEGLContext	(void) { return m_eglContext; }
123 EGLContext m_eglContext;
484 , m_eglContext (EGL_NO_CONTEXT)
505 m_eglContext = createEGLContext(m_testCtx, m_eglDisplay, eglConfig, (share && parent ? parent->getEGLContext() : EGL_NO_CONTEXT));
508 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
604 EGLImageKHR image = egl.createImageKHR(m_eglDisplay, m_eglContext, EGL_GL_TEXTURE_2D_KHR, (EGLClientBuffer)(deUintptr)sourceTexture, attribList);
645 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
651 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext));
659 egl.makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext);