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