Qt 4.8
|
#include <qgl_p.h>
Public Functions | |
const QGLContext * | context () const |
GLuint | id () const |
QGLSharedResourceGuard (const QGLContext *context) | |
QGLSharedResourceGuard (const QGLContext *context, GLuint id) | |
void | setId (GLuint id) |
~QGLSharedResourceGuard () | |
void | setContext (const QGLContext *context) |
Properties | |
QGLContextGroup * | m_group |
GLuint | m_id |
QGLSharedResourceGuard * | m_next |
QGLSharedResourceGuard * | m_prev |
Friends | |
class | QGLContextGroup |
|
inline |
|
inline |
|
inline |
Definition at line 873 of file qgl_p.h.
Referenced by QGLShaderPrivate::create(), QGLEngineSharedShaders::findProgramInCache(), and QGLShaderPrivate::~QGLShaderPrivate().
|
inline |
Definition at line 880 of file qgl_p.h.
Referenced by QGLShaderPrivate::compile(), QGLShaderPrivate::deleteShader(), QGLFramebufferObjectPrivate::fbo(), and QGLShaderPrivate::~QGLShaderPrivate().
void QGLSharedResourceGuard::setContext | ( | const QGLContext * | context | ) |
Definition at line 5983 of file qgl.cpp.
|
inline |
Definition at line 885 of file qgl_p.h.
Referenced by QGLShaderPrivate::create(), and QGLShaderPrivate::deleteShader().
|
friend |
|
private |
|
private |
|
private |