12class QEglFSBrcmIntegration :
public QEglFSDeviceIntegration
15 void platformInit() override;
16 void platformDestroy() override;
17 EGLNativeDisplayType platformDisplay()
const override;
18 QSize screenSize()
const override;
19 EGLNativeWindowType createNativeWindow(QPlatformWindow *window,
const QSize &size,
const QSurfaceFormat &format) override;
20 void destroyNativeWindow(EGLNativeWindowType window) override;
21 bool hasCapability(QPlatformIntegration::Capability cap)
const override;