Lines Matching refs:m_surface
161 EGLSurface m_surface; member in deqp::egl::Image::ImageApi
168 , m_surface (surface) in ImageApi()
296 egl.makeCurrent(display, m_surface, m_surface, m_context); in GLES2ImageApi()
310 …gles2Api.m_egl.makeCurrent(gles2Api.m_display, gles2Api.m_surface, gles2Api.m_surface, gles2Api.m_… in invoke()
877 EGLSurface m_surface; member in deqp::egl::Image::ImageFormatCase
908 , m_surface (EGL_NO_SURFACE) in ImageFormatCase()
969 …m_surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_display, m_con… in init()
983 api = new GLES2ImageApi(egl, m_gl, contextNdx, getLog(), m_display, m_surface, m_config); in init()
1011 if (m_surface != EGL_NO_SURFACE) in deinit()
1013 egl.destroySurface(m_display, m_surface); in deinit()
1014 m_surface = EGL_NO_SURFACE; in deinit()