![]() |
Qt 4.8
|
#include <QtGui/QPlatformWindowFormat>#include <QtCore/QVector>#include <EGL/egl.h>Go to the source code of this file.
Functions | |
| EGLConfig | q_configFromQPlatformWindowFormat (EGLDisplay display, const QPlatformWindowFormat &format, bool highestPixelFormat=false, int surfaceType=EGL_WINDOW_BIT) |
| QVector< EGLint > | q_createConfigAttributesFromFormat (const QPlatformWindowFormat &format) |
| bool | q_hasEglExtension (EGLDisplay display, const char *extensionName) |
| bool | q_reduceConfigAttributes (QVector< EGLint > *configAttributes) |
| QPlatformWindowFormat | qt_qPlatformWindowFormatFromConfig (EGLDisplay display, const EGLConfig config) |
| EGLConfig q_configFromQPlatformWindowFormat | ( | EGLDisplay | display, |
| const QPlatformWindowFormat & | format, | ||
| bool | highestPixelFormat = false, |
||
| int | surfaceType = EGL_WINDOW_BIT |
||
| ) |
Definition at line 209 of file qeglconvenience.cpp.
Referenced by QEglFSScreen::createAndSetPlatformContext(), QXcbWindow::glContext(), QXlibWindow::glContext(), QBBGLContext::QBBGLContext(), QOpenKODEWindow::QOpenKODEWindow(), QXcbWindow::QXcbWindow(), and QXlibWindow::QXlibWindow().
| QVector<EGLint> q_createConfigAttributesFromFormat | ( | const QPlatformWindowFormat & | format | ) |
Definition at line 46 of file qeglconvenience.cpp.
Referenced by q_configFromQPlatformWindowFormat().
| bool q_hasEglExtension | ( | EGLDisplay | display, |
| const char * | extensionName | ||
| ) |
Definition at line 316 of file qeglconvenience.cpp.
Referenced by QXlibEglIntegration::getCompatibleVisualId().
| bool q_reduceConfigAttributes | ( | QVector< EGLint > * | configAttributes | ) |
Definition at line 123 of file qeglconvenience.cpp.
Referenced by q_configFromQPlatformWindowFormat().
| QPlatformWindowFormat qt_qPlatformWindowFormatFromConfig | ( | EGLDisplay | display, |
| const EGLConfig | config | ||
| ) |
Definition at line 275 of file qeglconvenience.cpp.
Referenced by QWaylandReadbackEglContext::platformWindowFormat(), QWaylandXCompositeEGLContext::platformWindowFormat(), QBBGLContext::QBBGLContext(), and QEGLPlatformContext::QEGLPlatformContext().