Lines Matching refs:m_surface
162 EGLSurface m_surface;
169 , m_surface (surface)
332 egl.makeCurrent(display, m_surface, m_surface, m_context);
346 glesApi.m_egl.makeCurrent(glesApi.m_display, glesApi.m_surface, glesApi.m_surface, glesApi.m_context);
1561 EGLSurface m_surface;
1593 , m_surface (EGL_NO_SURFACE)
1647 m_surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_display, m_config, DE_NULL);
1669 api = new GLESImageApi(egl, m_gl, contextNdx, getLog(), m_display, m_surface, m_config, 2);
1675 api = new GLESImageApi(egl, m_gl, contextNdx, getLog(), m_display, m_surface, m_config, 3);
1705 if (m_surface != EGL_NO_SURFACE)
1707 egl.destroySurface(m_display, m_surface);
1708 m_surface = EGL_NO_SURFACE;