![]() |
Qt 4.8
|
#include <QPlatformWindowFormat>#include <X11/Xlib.h>#include <GL/glx.h>Go to the source code of this file.
Functions | |
| QVector< int > | qglx_buildSpec (const QPlatformWindowFormat &format, int drawableBit=GLX_WINDOW_BIT) |
| GLXFBConfig | qglx_findConfig (Display *display, int screen, const QPlatformWindowFormat &format, int drawableBit=GLX_WINDOW_BIT) |
| XVisualInfo * | qglx_findVisualInfo (Display *display, int screen, const QPlatformWindowFormat &format) |
| QPlatformWindowFormat | qglx_platformWindowFromGLXFBConfig (Display *display, GLXFBConfig config, GLXContext context) |
| QPlatformWindowFormat | qglx_reducePlatformWindowFormat (const QPlatformWindowFormat &format, bool *reduced) |
| QVector<int> qglx_buildSpec | ( | const QPlatformWindowFormat & | format, |
| int | drawableBit = GLX_WINDOW_BIT |
||
| ) |
Definition at line 73 of file qglxconvenience.cpp.
Referenced by qglx_findConfig().
| GLXFBConfig qglx_findConfig | ( | Display * | display, |
| int | screen, | ||
| const QPlatformWindowFormat & | format, | ||
| int | drawableBit = GLX_WINDOW_BIT |
||
| ) |
Definition at line 126 of file qglxconvenience.cpp.
Referenced by qglx_findVisualInfo(), and QGLXContext::QGLXContext().
| XVisualInfo* qglx_findVisualInfo | ( | Display * | display, |
| int | screen, | ||
| const QPlatformWindowFormat & | format | ||
| ) |
Definition at line 171 of file qglxconvenience.cpp.
Referenced by QXcbWindow::QXcbWindow(), and QXlibWindow::QXlibWindow().
| QPlatformWindowFormat qglx_platformWindowFromGLXFBConfig | ( | Display * | display, |
| GLXFBConfig | config, | ||
| GLXContext | context | ||
| ) |
Definition at line 178 of file qglxconvenience.cpp.
Referenced by QWaylandReadbackGlxContext::platformWindowFormat(), QWaylandXCompositeGLXContext::platformWindowFormat(), and QGLXContext::QGLXContext().
| QPlatformWindowFormat qglx_reducePlatformWindowFormat | ( | const QPlatformWindowFormat & | format, |
| bool * | reduced | ||
| ) |
Definition at line 234 of file qglxconvenience.cpp.
Referenced by qglx_findConfig().