19#include <QtCore/qdatastream.h>
20#include <QtCore/qtextstream.h>
21#include <QtCore/private/qglobal_p.h>
27# ifndef MESA_EGL_NO_X11_HEADERS
28# define MESA_EGL_NO_X11_HEADERS
30# if !defined(Q_OS_INTEGRITY)
31# define WIN_INTERFACE_CUSTOM
44#include <EGL/eglext.h>
66template <
class FromType,
class ToType>
76 static inline uintptr_t
convert(uint32_t v)
80#if QT_POINTER_SIZE > 4
93 {
return reinterpret_cast<
void *>(uintptr_t(v)); }
100 {
return uintptr_t(v); }
105template <
class ToType,
class FromType>
static ToType qt_egl_cast(FromType from)
static uintptr_t convert(uint32_t v)
static void * convert(uint32_t v)
static uint32_t convert(void *v)
static ToType convert(FromType v)