![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <AppKit/AppKit.h>
#include "qcocoaglcontext.h"
#include "qcocoawindow.h"
#include "qcocoahelpers.h"
#include "qcocoascreen.h"
#include <QtCore/private/qcore_mac_p.h>
#include <qdebug.h>
#include <dlfcn.h>
Go to the source code of this file.
Functions | |
static QByteArray | getGlString (GLenum param) |
QT_BEGIN_NAMESPACE | Q_LOGGING_CATEGORY (lcQpaOpenGLContext, "qt.qpa.openglcontext", QtWarningMsg) |
QDebug | operator<< (QDebug debug, const QCocoaGLContext *context) |
Variables | |
static Q_CONSTINIT QMutex | s_reentrancyMutex |
|
inlinestatic |
Definition at line 17 of file qcocoaglcontext.mm.
QDebug operator<< | ( | QDebug | debug, |
const QCocoaGLContext * | context ) |
Definition at line 535 of file qcocoaglcontext.mm.
QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY | ( | lcQpaOpenGLContext | , |
"qt.qpa.openglcontext" | , | ||
QtWarningMsg | ) |
|
static |
Definition at line 443 of file qcocoaglcontext.mm.