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