Lines Matching refs:m_surface
124 MovePtr<UniqueSurface> m_surface; member in deqp::egl::ResizeTest
189 m_surface = surface; in init()
204 m_surface.clear(); in deinit()
349 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate()
352 **m_surface, in iterate()
361 egl.swapBuffers(m_display, **m_surface); in iterate()
363 checkSurfaceSize(egl, m_display, **m_surface, *m_nativeWindow, m_newSize, m_status); in iterate()
388 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate()
390 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_display, **m_surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED… in iterate()
395 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
404 egl.swapBuffers(m_display, **m_surface); in iterate()
406 egl.swapBuffers(m_display, **m_surface); in iterate()
410 const IVec2 newEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
462 const IVec2 bufSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in getNativePixelsPerInch()
464 const IVec2 bufPp10km = eglu::getSurfaceResolution(egl, m_display, **m_surface); in getNativePixelsPerInch()
489 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate()
496 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
502 EGLU_CHECK_CALL(egl, swapBuffers(m_display, **m_surface)); in iterate()