29 using QEGLPlatformContext::QEGLPlatformContext;
30 QEglFSContext() =
default;
31 QEglFSContext(
const QSurfaceFormat &format, QPlatformOpenGLContext *share, EGLDisplay display,
33 EGLSurface eglSurfaceForPlatformSurface(QPlatformSurface *surface) override;
34 EGLSurface createTemporaryOffscreenSurface() override;
35 void destroyTemporaryOffscreenSurface(EGLSurface surface) override;
36 void runGLChecks() override;
37 void swapBuffers(QPlatformSurface *surface) override;
39 QEglFSCursorData cursorData;
42 EGLNativeWindowType m_tempWindow = 0;