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
qopenglfunctions.h File Reference

(e2fef733be92e95ff28225196e14ffeb98d61a1f)

#include <QtGui/qtguiglobal.h>
#include <QtGui/qopengl.h>
#include <QtGui/qopenglcontext.h>
+ Include dependency graph for qopenglfunctions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QOpenGLFunctions
 The QOpenGLFunctions class provides cross-platform access to the OpenGL ES 2.0 API. More...
 
struct  QOpenGLFunctionsPrivate
 

Macros

#define Q_OPENGL_FUNCTIONS_DEBUG
 
#define QT_OPENGL_DECLARE_FUNCTIONS(ret, name, args)
 
#define QT_OPENGL_COUNT_FUNCTIONS(ret, name, args)
 
#define QT_OPENGL_DECLARE(FUNCTIONS)
 
#define QT_OPENGL_FUNCTIONS(F)
 

Macro Definition Documentation

◆ Q_OPENGL_FUNCTIONS_DEBUG

#define Q_OPENGL_FUNCTIONS_DEBUG

Definition at line 39 of file qopenglfunctions.h.

◆ QT_OPENGL_COUNT_FUNCTIONS

#define QT_OPENGL_COUNT_FUNCTIONS ( ret,
name,
args )
Value:
+1

Definition at line 391 of file qopenglfunctions.h.

◆ QT_OPENGL_DECLARE

#define QT_OPENGL_DECLARE ( FUNCTIONS)
Value:
public: \
struct Functions { \
}; \
union { \
QFunctionPointer functions[FUNCTIONS(QT_OPENGL_COUNT_FUNCTIONS)]; \
Functions f; \
}; \
private: \
void init(QOpenGLContext *context);
static const QString context()
Definition java.cpp:398
GLfloat GLfloat f
[0]
#define QT_OPENGL_DECLARE_FUNCTIONS(ret, name, args)
#define QT_OPENGL_COUNT_FUNCTIONS(ret, name, args)
static QT_BEGIN_NAMESPACE void init(QTextBoundaryFinder::BoundaryType type, QStringView str, QCharAttributes *attributes)

Definition at line 393 of file qopenglfunctions.h.

◆ QT_OPENGL_DECLARE_FUNCTIONS

#define QT_OPENGL_DECLARE_FUNCTIONS ( ret,
name,
args )
Value:
EGLImageKHR EGLint * name
return ret
[0]
#define QOPENGLF_APIENTRYP
Definition qopengl.h:275
QJSValueList args

Definition at line 389 of file qopenglfunctions.h.

◆ QT_OPENGL_FUNCTIONS

#define QT_OPENGL_FUNCTIONS ( F)

Definition at line 409 of file qopenglfunctions.h.