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