equal
deleted
inserted
replaced
52 // |
52 // |
53 // We mean it. |
53 // We mean it. |
54 // |
54 // |
55 |
55 |
56 #include <QtGui/private/qegl_p.h> |
56 #include <QtGui/private/qegl_p.h> |
|
57 #include <QtGui/private/qeglcontext_p.h> |
|
58 #include <QtGui/private/qeglproperties_p.h> |
57 |
59 |
58 QT_BEGIN_NAMESPACE |
60 QT_BEGIN_NAMESPACE |
59 |
61 |
60 class QGLFormat; |
62 class QGLFormat; |
61 |
63 |
62 void qt_egl_set_format(QEglProperties& props, int deviceType, const QGLFormat& f); |
64 void qt_eglproperties_set_glformat(QEglProperties& props, const QGLFormat& format); |
63 void qt_egl_update_format(const QEglContext& context, QGLFormat& format); |
65 void qt_glformat_from_eglconfig(QGLFormat& format, const EGLConfig config); |
64 void qt_egl_add_platform_config(QEglProperties& props, QPaintDevice *device); |
|
65 |
66 |
66 QT_END_NAMESPACE |
67 QT_END_NAMESPACE |
67 |
68 |
68 #endif // QGL_EGL_P_H |
69 #endif // QGL_EGL_P_H |