Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qt_egl_p.h File Reference

(89ec9276fc96569172bf74181dd92bbb20453dd7)

#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>
ToType qt_egl_cast ( FromType from)
inlinestatic

Definition at line 106 of file qt_egl_p.h.