Lines Matching refs:m_surface
64 , m_surface (surface) in Thread()
73 if (m_surface != EGL_NO_SURFACE) in testContext()
76 m_egl.makeCurrent(m_display, m_surface, m_surface, context); in testContext()
130 const EGLSurface m_surface; member in deqp::egl::__anon0a1556e90111::Thread
177 , m_surface (EGL_NO_SURFACE) in ThreadCleanUpTest()
222 m_surface = egl.createPbufferSurface(m_display, m_config, attribs); in init()
231 if (m_surface != EGL_NO_SURFACE) in deinit()
233 egl.destroySurface(m_display, m_surface); in deinit()
234 m_surface = EGL_NO_SURFACE; in deinit()
256 Thread thread (m_eglTestCtx.getLibrary(), m_display, m_surface, m_context, m_config, error); in iterate()
285 EGLSurface m_surface; member in deqp::egl::__anon0a1556e90111::ThreadCleanUpTest