42 #ifndef QGLXCONVENIENCE_H 43 #define QGLXCONVENIENCE_H 45 #include <QPlatformWindowFormat> 56 #endif // QGLXCONVENIENCE_H
XVisualInfo * qglx_findVisualInfo(Display *display, int screen, const QPlatformWindowFormat &format)
Q_GUI_EXPORT EGLDisplay display()
GLXFBConfig qglx_findConfig(Display *display, int screen, const QPlatformWindowFormat &format, int drawableBit=GLX_WINDOW_BIT)
QPlatformWindowFormat qglx_reducePlatformWindowFormat(const QPlatformWindowFormat &format, bool *reduced)
QPlatformWindowFormat qglx_platformWindowFromGLXFBConfig(Display *display, GLXFBConfig config, GLXContext context)
QVector< int > qglx_buildSpec(const QPlatformWindowFormat &format, int drawableBit=GLX_WINDOW_BIT)