Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qcocoaglcontext.mm File Reference

(76d861f39f5d063a0e065c7e3646606ed6a3b9d1)

#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>
Include dependency graph for qcocoaglcontext.mm:

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

Function Documentation

◆ getGlString()

QByteArray getGlString ( GLenum param)
inlinestatic

Definition at line 17 of file qcocoaglcontext.mm.

◆ operator<<()

QDebug operator<< ( QDebug debug,
const QCocoaGLContext * context )

Definition at line 535 of file qcocoaglcontext.mm.

◆ Q_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY ( lcQpaOpenGLContext ,
"qt.qpa.openglcontext" ,
QtWarningMsg  )

Variable Documentation

◆ s_reentrancyMutex

Q_CONSTINIT QMutex s_reentrancyMutex
static

Definition at line 443 of file qcocoaglcontext.mm.