Qt 4.8
|
#include "qglframebufferobject.h"
#include "qglframebufferobject_p.h"
#include <qdebug.h>
#include <private/qgl_p.h>
#include <private/qfont_p.h>
#include <private/qpaintengineex_opengl2_p.h>
#include <private/qpaintengine_opengl_p.h>
#include <qlibrary.h>
#include <qimage.h>
Go to the source code of this file.
Macros | |
#define | QGL_FUNC_CONTEXT const QGLContext *ctx = d_ptr->fbo_guard.context(); |
#define | QGL_FUNCP_CONTEXT const QGLContext *ctx = fbo_guard.context(); |
#define | QT_CHECK_GLERROR() |
#define | QT_RESET_GLERROR() |
Functions | |
QImage | qt_gl_read_framebuffer (const QSize &, bool, bool) |
#define QGL_FUNC_CONTEXT const QGLContext *ctx = d_ptr->fbo_guard.context(); |
Definition at line 64 of file qglframebufferobject.cpp.
Referenced by QGLFramebufferObject::bind(), QGLFramebufferObject::release(), and QGLFramebufferObject::~QGLFramebufferObject().
#define QGL_FUNCP_CONTEXT const QGLContext *ctx = fbo_guard.context(); |
Definition at line 65 of file qglframebufferobject.cpp.
Referenced by QGLFramebufferObjectPrivate::checkFramebufferStatus().
#define QT_CHECK_GLERROR | ( | ) |
Definition at line 72 of file qglframebufferobject.cpp.
Referenced by QGLFramebufferObjectPrivate::init().
#define QT_RESET_GLERROR | ( | ) |
Definition at line 68 of file qglframebufferobject.cpp.
Referenced by QGLFramebufferObjectPrivate::init().
Definition at line 1860 of file qgl.cpp.
Referenced by QGLFramebufferObject::toImage().