15class QEglFSOpenWFDIntegration :
public QEglFSDeviceIntegration
18 void platformInit() override;
19 void platformDestroy() override;
20 QSize screenSize()
const override;
21 EGLNativeWindowType createNativeWindow(QPlatformWindow *window,
const QSize &size,
const QSurfaceFormat &format) override;
22 void destroyNativeWindow(EGLNativeWindowType window) override;
23 EGLNativeDisplayType platformDisplay()
const override;
24 virtual QSurfaceFormat surfaceFormatFor(
const QSurfaceFormat &inputFormat)
const;
28 EGLNativeDisplayType mNativeDisplay;
31 WFDPipeline mPipeline;