Home | History | Annotate | Download | only in egl

Lines Matching refs:EGLContext

109 	EGLContext			getEGLContext	(void) { return m_eglContext; }
123 EGLContext m_eglContext;
444 EGLContext createEGLContext (EglTestContext& testCtx, EGLDisplay eglDisplay, EGLConfig eglConfig, EGLContext share)
455 EGLContext context = egl.createContext(eglDisplay, eglConfig, share, attribList);