5#include <qpa/qplatformoffscreensurface.h>
6#include <qpa/qplatformintegration.h>
8#include <QtGui/qoffscreensurface_platform.h>
9#include <QtGui/private/qguiapplication_p.h>
11#include <QtGui/qpa/qplatformscreen_p.h>
15using namespace QNativeInterface::Private;
19
20
21
22
23
24
25
26
27
28
33QOffscreenSurface *QNativeInterface::QAndroidOffscreenSurface::fromNative(ANativeWindow *nativeSurface)
35 return QGuiApplicationPrivate::platformIntegration()->call<
36 &QAndroidOffScreenIntegration::createOffscreenSurface>(nativeSurface);
41
42
43
44
45
46
47
48
50
51
52