![]() |
Qt 4.8
|
#include <qglframebufferobject_p.h>
Public Functions | |
| bool | equals (const QGLFramebufferObjectFormatPrivate *other) |
| QGLFramebufferObjectFormatPrivate () | |
| QGLFramebufferObjectFormatPrivate (const QGLFramebufferObjectFormatPrivate *other) | |
Public Variables | |
| QGLFramebufferObject::Attachment | attachment |
| GLenum | internal_format |
| uint | mipmap: 1 |
| QAtomicInt | ref |
| int | samples |
| GLenum | target |
Definition at line 72 of file qglframebufferobject_p.h.
|
inline |
Definition at line 75 of file qglframebufferobject_p.h.
|
inline |
Definition at line 85 of file qglframebufferobject_p.h.
|
inline |
Definition at line 94 of file qglframebufferobject_p.h.
Referenced by QGLFramebufferObjectFormat::operator==().
| QGLFramebufferObject::Attachment QGLFramebufferObjectFormatPrivate::attachment |
Definition at line 105 of file qglframebufferobject_p.h.
Referenced by QGLFBOGLPaintDevice::alphaRequested(), QGLFramebufferObjectFormat::attachment(), equals(), QGLFramebufferObjectFormat::setAttachment(), and QGLFramebufferObjectPrivate::~QGLFramebufferObjectPrivate().
| GLenum QGLFramebufferObjectFormatPrivate::internal_format |
Definition at line 107 of file qglframebufferobject_p.h.
Referenced by equals(), QGLFramebufferObjectFormat::internalTextureFormat(), QGLFramebufferObjectFormat::setInternalTextureFormat(), and QGLFramebufferObjectPrivate::~QGLFramebufferObjectPrivate().
| uint QGLFramebufferObjectFormatPrivate::mipmap |
Definition at line 108 of file qglframebufferobject_p.h.
Referenced by equals(), QGLFramebufferObjectFormat::mipmap(), QGLFramebufferObjectFormat::setMipmap(), and QGLFramebufferObjectPrivate::~QGLFramebufferObjectPrivate().
| QAtomicInt QGLFramebufferObjectFormatPrivate::ref |
Definition at line 103 of file qglframebufferobject_p.h.
Referenced by QGLFramebufferObjectFormat::detach(), QGLFramebufferObjectFormat::operator=(), QGLFramebufferObjectFormat::QGLFramebufferObjectFormat(), and QGLFramebufferObjectFormat::~QGLFramebufferObjectFormat().
| int QGLFramebufferObjectFormatPrivate::samples |
Definition at line 104 of file qglframebufferobject_p.h.
Referenced by equals(), QGLFramebufferObjectFormat::samples(), QGLFramebufferObjectFormat::setSamples(), and QGLFramebufferObjectPrivate::~QGLFramebufferObjectPrivate().
| GLenum QGLFramebufferObjectFormatPrivate::target |
Definition at line 106 of file qglframebufferobject_p.h.
Referenced by equals(), QGLFramebufferObjectFormat::internalTextureFormat(), QGLFramebufferObjectFormat::setTextureTarget(), and QGLFramebufferObjectFormat::textureTarget().