33 QEglFSKmsGbmIntegration();
34 ~QEglFSKmsGbmIntegration() override;
36 EGLDisplay createDisplay(EGLNativeDisplayType nativeDisplay) override;
37 EGLNativeWindowType createNativeOffscreenWindow(
const QSurfaceFormat &format) override;
38 void destroyNativeWindow(EGLNativeWindowType window) override;
40 QPlatformCursor *createCursor(QPlatformScreen *screen)
const override;
41 void presentBuffer(QPlatformSurface *surface) override;
42 QEglFSWindow *createWindow(QWindow *window)
const override;
45 QKmsDevice *createDevice() override;
48 std::unique_ptr<QDeviceDiscovery> m_deviceDiscovery;
49 std::unique_ptr<QFileSystemWatcher> m_kmsConfigWatcher;