(05fc3aef53348fb58be6308076e000825b704e58)
#include <QtCore/qlist.h>
#include <QtGui/qsurfaceformat.h>
#include <QtCore/private/qglobal_p.h>
#include <X11/Xlib.h>
#include <GL/glx.h>
Go to the source code of this file.
|
| Q_GUI_EXPORT QList< int > | qglx_buildSpec (const QSurfaceFormat &format, int drawableBit=GLX_WINDOW_BIT, int flags=0) |
| Q_GUI_EXPORT XVisualInfo * | qglx_findVisualInfo (Display *display, int screen, QSurfaceFormat *format, int drawableBit=GLX_WINDOW_BIT, int flags=0) |
| Q_GUI_EXPORT GLXFBConfig | qglx_findConfig (Display *display, int screen, QSurfaceFormat format, bool highestPixelFormat=false, int drawableBit=GLX_WINDOW_BIT, int flags=0) |
| Q_GUI_EXPORT void | qglx_surfaceFormatFromGLXFBConfig (QSurfaceFormat *format, Display *display, GLXFBConfig config, int flags=0) |
| Q_GUI_EXPORT void | qglx_surfaceFormatFromVisualInfo (QSurfaceFormat *format, Display *display, XVisualInfo *visualInfo, int flags=0) |
| Q_GUI_EXPORT bool | qglx_reduceFormat (QSurfaceFormat *format) |
◆ QGlxFlags
◆ qglx_buildSpec()
| Q_GUI_EXPORT QList< int > qglx_buildSpec |
( |
const QSurfaceFormat & | format, |
|
|
int | drawableBit = GLX_WINDOW_BIT, |
|
|
int | flags = 0 ) |
◆ qglx_findConfig()
| Q_GUI_EXPORT GLXFBConfig qglx_findConfig |
( |
Display * | display, |
|
|
int | screen, |
|
|
QSurfaceFormat | format, |
|
|
bool | highestPixelFormat = false, |
|
|
int | drawableBit = GLX_WINDOW_BIT, |
|
|
int | flags = 0 ) |
◆ qglx_findVisualInfo()
| Q_GUI_EXPORT XVisualInfo * qglx_findVisualInfo |
( |
Display * | display, |
|
|
int | screen, |
|
|
QSurfaceFormat * | format, |
|
|
int | drawableBit = GLX_WINDOW_BIT, |
|
|
int | flags = 0 ) |
◆ qglx_reduceFormat()
◆ qglx_surfaceFormatFromGLXFBConfig()
| Q_GUI_EXPORT void qglx_surfaceFormatFromGLXFBConfig |
( |
QSurfaceFormat * | format, |
|
|
Display * | display, |
|
|
GLXFBConfig | config, |
|
|
int | flags = 0 ) |
◆ qglx_surfaceFormatFromVisualInfo()
| Q_GUI_EXPORT void qglx_surfaceFormatFromVisualInfo |
( |
QSurfaceFormat * | format, |
|
|
Display * | display, |
|
|
XVisualInfo * | visualInfo, |
|
|
int | flags = 0 ) |