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