Qt 4.8
|
#include <qglpixelbuffer_p.h>
Public Functions | |
bool | cleanup () |
void | common_init (const QSize &size, const QGLFormat &f, QGLWidget *shareWidget) |
bool | init (const QSize &size, const QGLFormat &f, QGLWidget *shareWidget) |
QGLPixelBufferPrivate (QGLPixelBuffer *q) | |
Public Variables | |
HGLRC | ctx |
QEglContext * | ctx |
HDC | dc |
QGLFormat | format |
QGLPBufferGLPaintDevice | glDevice |
bool | has_render_texture:1 |
bool | invalid |
HPBUFFERARB | pbuf |
EGLSurface | pbuf |
QGLPixelBuffer * | q_ptr |
QGLContext * | qctx |
QGLFormat | req_format |
QPointer< QGLWidget > | req_shareWidget |
QSize | req_size |
int | textureFormat |
Definition at line 150 of file qglpixelbuffer_p.h.
|
inline |
Definition at line 153 of file qglpixelbuffer_p.h.
bool QGLPixelBufferPrivate::cleanup | ( | ) |
Definition at line 154 of file qglpixelbuffer_egl.cpp.
Referenced by nearest_gl_texture_size(), and qt_format_to_attrib_list().
void QGLPixelBufferPrivate::common_init | ( | const QSize & | size, |
const QGLFormat & | f, | ||
QGLWidget * | shareWidget | ||
) |
Definition at line 137 of file qglpixelbuffer.cpp.
bool QGLPixelBufferPrivate::init | ( | const QSize & | size, |
const QGLFormat & | f, | ||
QGLWidget * | shareWidget | ||
) |
Definition at line 58 of file qglpixelbuffer_egl.cpp.
Referenced by nearest_gl_texture_size(), and qt_format_to_attrib_list().
HGLRC QGLPixelBufferPrivate::ctx |
Definition at line 183 of file qglpixelbuffer_p.h.
Referenced by init(), nearest_gl_texture_size(), and qt_format_to_attrib_list().
QEglContext* QGLPixelBufferPrivate::ctx |
Definition at line 198 of file qglpixelbuffer_p.h.
HDC QGLPixelBufferPrivate::dc |
Definition at line 179 of file qglpixelbuffer_p.h.
Referenced by qt_format_to_attrib_list().
QGLFormat QGLPixelBufferPrivate::format |
Definition at line 169 of file qglpixelbuffer_p.h.
QGLPBufferGLPaintDevice QGLPixelBufferPrivate::glDevice |
Definition at line 168 of file qglpixelbuffer_p.h.
bool QGLPixelBufferPrivate::has_render_texture |
Definition at line 180 of file qglpixelbuffer_p.h.
Referenced by qt_format_to_attrib_list().
bool QGLPixelBufferPrivate::invalid |
Definition at line 166 of file qglpixelbuffer_p.h.
Referenced by qt_format_to_attrib_list().
HPBUFFERARB QGLPixelBufferPrivate::pbuf |
Definition at line 182 of file qglpixelbuffer_p.h.
Referenced by init(), nearest_gl_texture_size(), and qt_format_to_attrib_list().
EGLSurface QGLPixelBufferPrivate::pbuf |
Definition at line 197 of file qglpixelbuffer_p.h.
QGLPixelBuffer* QGLPixelBufferPrivate::q_ptr |
Definition at line 165 of file qglpixelbuffer_p.h.
QGLContext* QGLPixelBufferPrivate::qctx |
Definition at line 167 of file qglpixelbuffer_p.h.
Referenced by QGLWindowSurface::updateGeometry().
QGLFormat QGLPixelBufferPrivate::req_format |
Definition at line 171 of file qglpixelbuffer_p.h.
Definition at line 172 of file qglpixelbuffer_p.h.
QSize QGLPixelBufferPrivate::req_size |
Definition at line 173 of file qglpixelbuffer_p.h.
int QGLPixelBufferPrivate::textureFormat |
Definition at line 199 of file qglpixelbuffer_p.h.
Referenced by init().