Lines Matching refs:m_eglSurface
117 EGLSurface m_eglSurface;
376 , m_eglSurface (EGL_NO_SURFACE)
428 if (m_eglSurface != EGL_NO_SURFACE)
430 egl.destroySurface(m_eglDisplay, m_eglSurface);
431 m_eglSurface = EGL_NO_SURFACE;
449 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay, config, DE_NULL);
464 DE_ASSERT(m_eglSurface != EGL_NO_SURFACE);
465 egl.makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext);
492 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH);
493 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT);
503 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED));
505 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED));
521 EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_EXT, ¤tBufferAge));
558 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface));
612 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface));