![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qopenglextensions_p.h>
Public Member Functions | |
| QOpenGLExtensionsPrivate (QOpenGLContext *ctx) | |
| GLvoid *QOPENGLF_APIENTRYP | MapBuffer (GLenum target, GLenum access) |
| void (QOPENGLF_APIENTRYP GetBufferSubData)(GLenum target | |
| void (QOPENGLF_APIENTRYP DiscardFramebuffer)(GLenum target | |
| Public Member Functions inherited from QOpenGLExtraFunctionsPrivate | |
| QOpenGLExtraFunctionsPrivate (QOpenGLContext *ctx) | |
| Public Member Functions inherited from QOpenGLFunctionsPrivate | |
| QOpenGLFunctionsPrivate (QOpenGLContext *ctx) | |
Public Attributes | |
| qopengl_GLintptr | offset |
| qopengl_GLintptr qopengl_GLsizeiptr | size |
| qopengl_GLintptr qopengl_GLsizeiptr GLvoid * | data |
| GLsizei | numAttachments |
| GLsizei const GLenum * | attachments |
| bool | flushVendorChecked |
| bool | flushIsSufficientToSyncContexts |
Definition at line 85 of file qopenglextensions_p.h.
|
explicit |
Definition at line 5051 of file qopenglfunctions.cpp.
| GLvoid *QOPENGLF_APIENTRYP QOpenGLExtensionsPrivate::MapBuffer | ( | GLenum | target, |
| GLenum | access ) |
| QOpenGLExtensionsPrivate::void | ( | QOPENGLF_APIENTRYP | DiscardFramebuffer | ) |
| QOpenGLExtensionsPrivate::void | ( | QOPENGLF_APIENTRYP | GetBufferSubData | ) |
Definition at line 92 of file qopenglextensions_p.h.
| qopengl_GLintptr qopengl_GLsizeiptr GLvoid* QOpenGLExtensionsPrivate::data |
Definition at line 91 of file qopenglextensions_p.h.
| bool QOpenGLExtensionsPrivate::flushIsSufficientToSyncContexts |
Definition at line 95 of file qopenglextensions_p.h.
| bool QOpenGLExtensionsPrivate::flushVendorChecked |
Definition at line 94 of file qopenglextensions_p.h.
| GLsizei QOpenGLExtensionsPrivate::numAttachments |
Definition at line 92 of file qopenglextensions_p.h.
| qopengl_GLintptr QOpenGLExtensionsPrivate::offset |
Definition at line 91 of file qopenglextensions_p.h.
Referenced by testing.tools.fixup_pdf_template.TemplateProcessor::insert_xref_entry(), and testing.tools.fixup_pdf_template.TemplateProcessor::process_line().
| qopengl_GLintptr qopengl_GLsizeiptr QOpenGLExtensionsPrivate::size |
Definition at line 91 of file qopenglextensions_p.h.