Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtGui/qpa/qplatformgraphicsbuffer.h>
#include "qplatformgraphicsbufferhelper.h"
#include <QtCore/QDebug>
#include <QtGui/qopengl.h>
#include <QtGui/QImage>
#include <QtGui/QOpenGLContext>
#include <QtGui/QOpenGLFunctions>
Go to the source code of this file.
Namespaces | |
namespace | QPlatformGraphicsBufferHelper |
\inmodule QtGui | |
Macros | |
#define | GL_UNPACK_ROW_LENGTH 0x0CF2 |
#define | GL_RGB10_A2 0x8059 |
#define | GL_UNSIGNED_INT_2_10_10_10_REV 0x8368 |
#define GL_RGB10_A2 0x8059 |
Definition at line 18 of file qplatformgraphicsbufferhelper.cpp.
#define GL_UNPACK_ROW_LENGTH 0x0CF2 |
Definition at line 14 of file qplatformgraphicsbufferhelper.cpp.
#define GL_UNSIGNED_INT_2_10_10_10_REV 0x8368 |
Definition at line 22 of file qplatformgraphicsbufferhelper.cpp.