Lines Matching refs:m_surface
161 EGLSurface m_surface; member in deqp::egl::Image::ImageApi
168 , m_surface (surface) in ImageApi()
297 egl.makeCurrent(display, m_surface, m_surface, m_context); in GLES2ImageApi()
311 …gles2Api.m_egl.makeCurrent(gles2Api.m_display, gles2Api.m_surface, gles2Api.m_surface, gles2Api.m_… in invoke()
878 EGLSurface m_surface; member in deqp::egl::Image::ImageFormatCase
909 , m_surface (EGL_NO_SURFACE) in ImageFormatCase()
970 …m_surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_display, m_con… in init()
984 api = new GLES2ImageApi(egl, m_gl, contextNdx, getLog(), m_display, m_surface, m_config); in init()
1012 if (m_surface != EGL_NO_SURFACE) in deinit()
1014 egl.destroySurface(m_display, m_surface); in deinit()
1015 m_surface = EGL_NO_SURFACE; in deinit()