4#include <qpa/qplatformoffscreensurface.h>
5#include <qpa/qplatformintegration.h>
7#include <QtGui/qoffscreensurface_platform.h>
8#include <QtGui/private/qguiapplication_p.h>
10#include <QtGui/qpa/qplatformscreen_p.h>
14using namespace QNativeInterface::Private;
18
19
20
21
22
23
24
25
26
27
32QOffscreenSurface *QNativeInterface::QAndroidOffscreenSurface::fromNative(ANativeWindow *nativeSurface)
34 return QGuiApplicationPrivate::platformIntegration()->call<
35 &QAndroidOffScreenIntegration::createOffscreenSurface>(nativeSurface);
40
41
42
43
44
45
46
47
49
50
51