CopperSpice API
1.9.2
|
This is the complete list of members for QGLContext, including all inherited members.
BindOption enum name | QGLContext | |
BindOptions typedef | QGLContext | |
FP_Void typedef | QGLContext | |
QGLContext(const QGLFormat &format, QPaintDevice *device) | QGLContext | deprecated |
QGLContext(const QGLFormat &format) | QGLContext | |
areSharing(const QGLContext *context1, const QGLContext *context2) | QGLContext | static |
bindTexture(const QImage &image, GLenum target, GLint format, BindOptions options) | QGLContext | |
bindTexture(const QPixmap &pixmap, GLenum target, GLint format, BindOptions options) | QGLContext | |
bindTexture(const QImage &image, GLenum target=GL_TEXTURE_2D, GLint format=GL_RGBA) | QGLContext | |
bindTexture(const QPixmap &pixmap, GLenum target=GL_TEXTURE_2D, GLint format=GL_RGBA) | QGLContext | |
bindTexture(const QString &fileName) | QGLContext | |
chooseContext(const QGLContext *shareContext=nullptr) | QGLContext | protectedvirtual |
create(const QGLContext *shareContext=nullptr) | QGLContext | virtual |
currentContext() | QGLContext | static |
deleteTexture(GLuint texture_id) | QGLContext | |
device() const | QGLContext | |
deviceIsPixmap() const | QGLContext | protected |
doneCurrent() | QGLContext | virtual |
drawTexture(const QRectF &target, GLuint texture_id, GLenum textureTarget=GL_TEXTURE_2D) | QGLContext | |
drawTexture(const QPointF &point, GLuint texture_id, GLenum textureTarget=GL_TEXTURE_2D) | QGLContext | |
format() const | QGLContext | |
getProcAddress(const QString &proc) const | QGLContext | |
initialized() const | QGLContext | protected |
isSharing() const | QGLContext | |
isValid() const | QGLContext | |
makeCurrent() | QGLContext | virtual |
overlayTransparentColor() const | QGLContext | |
requestedFormat() const | QGLContext | |
reset() | QGLContext | |
setFormat(const QGLFormat &format) | QGLContext | |
setInitialized(bool on) | QGLContext | protected |
setTextureCacheLimit(int size) | QGLContext | static |
setWindowCreated(bool on) | QGLContext | protected |
swapBuffers() const | QGLContext | virtual |
textureCacheLimit() | QGLContext | static |
windowCreated() const | QGLContext | protected |
~QGLContext() | QGLContext | virtual |