Home | History | Annotate | Download | only in egl

Lines Matching refs:EGLContext

107 	EGLContext			getEGLContext	(void) { return m_eglContext; }
119 EGLContext m_eglContext;
461 EGLContext createEGLContext (EglTestContext& testCtx, EGLConfig eglConfig, EGLContext share)
470 EGLContext context = eglCreateContext(testCtx.getDisplay().getEGLDisplay(), eglConfig, share, attribList);