Home | History | Annotate | Download | only in egl

Lines Matching full:m_surface

161 	EGLSurface		m_surface;
168 , m_surface (surface)
297 egl.makeCurrent(display, m_surface, m_surface, m_context);
311 gles2Api.m_egl.makeCurrent(gles2Api.m_display, gles2Api.m_surface, gles2Api.m_surface, gles2Api.m_context);
878 EGLSurface m_surface;
909 , m_surface (EGL_NO_SURFACE)
970 m_surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_display, m_config, DE_NULL);
984 api = new GLES2ImageApi(egl, m_gl, contextNdx, getLog(), m_display, m_surface, m_config);
1012 if (m_surface != EGL_NO_SURFACE)
1014 egl.destroySurface(m_display, m_surface);
1015 m_surface = EGL_NO_SURFACE;