Lines Matching refs:m_eglSurface
256 EGLSurface m_eglSurface; member in deqp::egl::__anonceeef6ff0111::RobustnessTestCase
301 , m_eglSurface (EGL_NO_SURFACE) in RobustnessTestCase()
311 , m_eglSurface (EGL_NO_SURFACE) in RobustnessTestCase()
333 if (m_eglSurface != EGL_NO_SURFACE) in deinit()
335 egl.destroySurface(m_eglDisplay, m_eglSurface); in deinit()
336 m_eglSurface = EGL_NO_SURFACE; in deinit()
363 …m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglD… in initEGLSurface()
1148 context.makeCurrent(m_eglSurface); in iterate()
1202 context.makeCurrent(m_eglSurface); in iterate()
1262 context.makeCurrent(m_eglSurface); in iterate()
1348 context.makeCurrent(m_eglSurface); in iterate()