Lines Matching refs:m_eglSurface
262 EGLSurface m_eglSurface; member in deqp::egl::__anon80c5ce610111::RobustnessTestCase
318 , m_eglSurface (EGL_NO_SURFACE) in RobustnessTestCase()
328 , m_eglSurface (EGL_NO_SURFACE) in RobustnessTestCase()
350 if (m_eglSurface != EGL_NO_SURFACE) in deinit()
352 egl.destroySurface(m_eglDisplay, m_eglSurface); in deinit()
353 m_eglSurface = EGL_NO_SURFACE; in deinit()
380 …m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglD… in initEGLSurface()
1435 context.makeCurrent(m_eglSurface); in iterate()
1489 context.makeCurrent(m_eglSurface); in iterate()
1549 context.makeCurrent(m_eglSurface); in iterate()
1638 context.makeCurrent(m_eglSurface); in iterate()
2001 contextA.makeCurrent(m_eglSurface); in iterate()
2022 contextB.makeCurrent(m_eglSurface); in iterate()
2127 contextA.makeCurrent(m_eglSurface); in iterate()