QtBase  v6.3.1
Classes | Functions
qeglconvenience_p.h File Reference
#include <QtGui/qsurfaceformat.h>
#include <QtCore/qlist.h>
#include <QtCore/qsize.h>
#include <QtGui/private/qt_egl_p.h>
Include dependency graph for qeglconvenience_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QEglConfigChooser
 

Functions

QT_BEGIN_NAMESPACE Q_GUI_EXPORT QList< EGLint > q_createConfigAttributesFromFormat (const QSurfaceFormat &format)
 
Q_GUI_EXPORT bool q_reduceConfigAttributes (QList< EGLint > *configAttributes)
 
Q_GUI_EXPORT EGLConfig q_configFromGLFormat (EGLDisplay display, const QSurfaceFormat &format, bool highestPixelFormat=false, int surfaceType=EGL_WINDOW_BIT)
 
Q_GUI_EXPORT QSurfaceFormat q_glFormatFromConfig (EGLDisplay display, const EGLConfig config, const QSurfaceFormat &referenceFormat={})
 
Q_GUI_EXPORT bool q_hasEglExtension (EGLDisplay display, const char *extensionName)
 
Q_GUI_EXPORT void q_printEglConfig (EGLDisplay display, EGLConfig config)
 

Function Documentation

◆ q_configFromGLFormat()

Q_GUI_EXPORT EGLConfig q_configFromGLFormat ( EGLDisplay  display,
const QSurfaceFormat format,
bool  highestPixelFormat = false,
int  surfaceType = EGL_WINDOW_BIT 
)

Definition at line 352 of file qeglconvenience.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ q_createConfigAttributesFromFormat()

QT_BEGIN_NAMESPACE Q_GUI_EXPORT QList<EGLint> q_createConfigAttributesFromFormat ( const QSurfaceFormat format)

Definition at line 58 of file qeglconvenience.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ q_glFormatFromConfig()

Q_GUI_EXPORT QSurfaceFormat q_glFormatFromConfig ( EGLDisplay  display,
const EGLConfig  config,
const QSurfaceFormat referenceFormat = {} 
)

Definition at line 362 of file qeglconvenience.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ q_hasEglExtension()

Q_GUI_EXPORT bool q_hasEglExtension ( EGLDisplay  display,
const char *  extensionName 
)

Definition at line 417 of file qeglconvenience.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ q_printEglConfig()

Q_GUI_EXPORT void q_printEglConfig ( EGLDisplay  display,
EGLConfig  config 
)

Definition at line 456 of file qeglconvenience.cpp.

Here is the caller graph for this function:

◆ q_reduceConfigAttributes()

Q_GUI_EXPORT bool q_reduceConfigAttributes ( QList< EGLint > *  configAttributes)

Definition at line 125 of file qeglconvenience.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: