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