Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qt_egl_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtCore/qdatastream.h>
#include <QtCore/qtextstream.h>
#include <QtCore/private/qglobal_p.h>
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <stdint.h>
+ Include dependency graph for qt_egl_p.h:

Go to the source code of this file.

Classes

struct  QtInternal::QtEglConverter< FromType, ToType >
 
struct  QtInternal::QtEglConverter< uint32_t, uintptr_t >
 
struct  QtInternal::QtEglConverter< uint32_t, void * >
 
struct  QtInternal::QtEglConverter< void *, uint32_t >
 

Namespaces

namespace  QtInternal
 

Macros

#define USE_X11
 

Functions

template<class ToType , class FromType >
static ToType qt_egl_cast (FromType from)
 

Macro Definition Documentation

◆ USE_X11

#define USE_X11

Definition at line 36 of file qt_egl_p.h.

Function Documentation

◆ qt_egl_cast()

template<class ToType , class FromType >
static ToType qt_egl_cast ( FromType from)
inlinestatic

Definition at line 92 of file qt_egl_p.h.

References QtInternal::QtEglConverter< FromType, ToType >::convert().

+ Here is the call graph for this function: