![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qioscontext.h"#include "qiosintegration.h"#include "qioswindow.h"#include <dlfcn.h>#include <QtGui/QGuiApplication>#include <QtGui/QOpenGLContext>import <OpenGLES/EAGL.h>import <OpenGLES/ES2/glext.h>import <QuartzCore/CAEAGLLayer.h>#include "moc_qioscontext.cpp"Go to the source code of this file.
Macros | |
| #define | QT_IOS_GL_STATUS_CASE(val) |
| #define | Q_ASSERT_IS_GL_SURFACE(surface) |
Functions | |
| QT_BEGIN_NAMESPACE | Q_LOGGING_CATEGORY (lcQpaGLContext, "qt.qpa.glcontext") |
| static QString | fboStatusString (GLenum status) |
| #define Q_ASSERT_IS_GL_SURFACE | ( | surface | ) |
Definition at line 102 of file qioscontext.mm.
| #define QT_IOS_GL_STATUS_CASE | ( | val | ) |
Definition at line 88 of file qioscontext.mm.
Definition at line 90 of file qioscontext.mm.
| QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY | ( | lcQpaGLContext | , |
| "qt.qpa.glcontext" | ) |