12class QAndroidPlatformOpenGLContext :
public QEGLPlatformContext
15 using QEGLPlatformContext::QEGLPlatformContext;
16 QAndroidPlatformOpenGLContext(
const QSurfaceFormat &format, QPlatformOpenGLContext *share, EGLDisplay display);
17 void swapBuffers(QPlatformSurface *surface) override;
18 bool makeCurrent(QPlatformSurface *surface) override;
21 EGLSurface eglSurfaceForPlatformSurface(QPlatformSurface *surface) override;