Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QExtTimerQueryHelper Class Reference
+ Collaboration diagram for QExtTimerQueryHelper:

Public Member Functions

 QExtTimerQueryHelper (QOpenGLContext *context)
 
void glGetQueryObjectui64vEXT (GLuint id, GLenum pname, GLuint64EXT *params)
 
void glGetQueryObjecti64vEXT (GLuint id, GLenum pname, GLint64EXT *params)
 

Detailed Description

Definition at line 14 of file qopengltimerquery.cpp.

Constructor & Destructor Documentation

◆ QExtTimerQueryHelper()

QExtTimerQueryHelper::QExtTimerQueryHelper ( QOpenGLContext * context)
inline

Definition at line 17 of file qopengltimerquery.cpp.

References context, GLenum(), GLuint, Q_ASSERT, and QOPENGLF_APIENTRYP.

+ Here is the call graph for this function:

Member Function Documentation

◆ glGetQueryObjecti64vEXT()

void QExtTimerQueryHelper::glGetQueryObjecti64vEXT ( GLuint id,
GLenum pname,
GLint64EXT * params )
inline

Definition at line 29 of file qopengltimerquery.cpp.

◆ glGetQueryObjectui64vEXT()

void QExtTimerQueryHelper::glGetQueryObjectui64vEXT ( GLuint id,
GLenum pname,
GLuint64EXT * params )
inline

Definition at line 24 of file qopengltimerquery.cpp.

Referenced by QOpenGLTimeMonitorPrivate::intervals(), and QOpenGLTimerQueryPrivate::result().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: