Lines Matching refs:m_display
107 , m_display (EGL_NO_DISPLAY) in ResizeTest()
121 EGLDisplay m_display; member in deqp::egl::ResizeTest
191 m_display = eglDisplay; in init()
203 if (m_display != EGL_NO_DISPLAY) in deinit()
205 m_eglTestCtx.getLibrary().terminate(m_display); in deinit()
206 m_display = EGL_NO_DISPLAY; in deinit()
351 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate()
352 egl.swapBuffers(m_display, **m_surface); in iterate()
354 m_display, in iterate()
364 egl.swapBuffers(m_display, **m_surface); in iterate()
366 checkSurfaceSize(egl, m_display, **m_surface, *m_nativeWindow, m_newSize, m_status); in iterate()
391 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate()
393 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_display, **m_surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED… in iterate()
398 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
407 egl.swapBuffers(m_display, **m_surface); in iterate()
409 egl.swapBuffers(m_display, **m_surface); in iterate()
413 const IVec2 newEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
465 const IVec2 bufSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in getNativePixelsPerInch()
467 const IVec2 bufPp10km = eglu::getSurfaceResolution(egl, m_display, **m_surface); in getNativePixelsPerInch()
492 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate()
499 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
505 EGLU_CHECK_CALL(egl, swapBuffers(m_display, **m_surface)); in iterate()