#include <tuple>
#include <boost/optional.hpp>
#include <QtGlobal>
#include <QOpenGLContext>
#include <QOpenGLDebugLogger>
#include <QOpenGLFunctions>
#include <QApplication>
#include <QScreen>
#include <QPixmapCache>
#include <QColorSpace>
#include <QDir>
#include <QFile>
#include <QStandardPaths>
#include <QVector>
#include <QWindow>
#include <QRegularExpression>
#include <QSettings>
#include <klocalizedstring.h>
#include <KisRepaintDebugger.h>
#include <KisUsageLogger.h>
#include <kis_assert.h>
#include <kis_config.h>
#include <kis_debug.h>
#include <KisSurfaceColorSpaceWrapper.h>
#include "KisOpenGLModeProber.h"
#include "opengl/kis_opengl.h"
#include <config-hdr.h>
#include <config-use-surface-color-management-api.h>
Go to the source code of this file.
|
| #define | dbgDetection() DetectionDebug(&g_surfaceFormatDetectionLog) |
| |
| #define | GL_RENDERER 0x1F01 |
| |
| #define | ORDER_BY(lhs, rhs) if (auto res = orderPreference((lhs), (rhs))) { return *res; } |
| |
|
| typedef | void (QOPENGLF_APIENTRYP PFNGLINVALIDATEBUFFERDATAPROC)(GLuint buffer) |
| |
◆ dbgDetection
| #define dbgDetection |
( |
| ) |
DetectionDebug(&g_surfaceFormatDetectionLog) |
◆ GL_RENDERER
| #define GL_RENDERER 0x1F01 |
◆ ORDER_BY
| #define ORDER_BY |
( |
| lhs, |
|
|
| rhs ) if (auto res = orderPreference((lhs), (rhs))) { return *res; } |
◆ void()
| typedef void |
( |
QOPENGLF_APIENTRYP | PFNGLINVALIDATEBUFFERDATAPROC | ) |
|