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