44 #include <directfbgl.h> 51 : m_dfbGlContext(glContext)
54 DFBGLAttributes glAttribs;
56 if (result == DFB_OK) {
97 qDebug() <<
"Swap buffers";
#define QT_END_NAMESPACE
This macro expands to.
void swapBuffers()
Reimplement in subclass to native swap buffers calls.
virtual void doneCurrent()
Reimplement in subclass to release current context.
The QString class provides a Unicode character string.
void * getProcAddress(const QString &procName)
Reimplement in subclass to native getProcAddr calls.
Q_CORE_EXPORT void qDebug(const char *,...)
void doneCurrent()
Reimplement in subclass to release current context.
#define QT_BEGIN_NAMESPACE
This macro expands to.
QPlatformWindowFormat m_windowFormat
virtual void makeCurrent()
Reimplement in subclass to do makeCurrent on native GL context.
void makeCurrent()
Reimplement in subclass to do makeCurrent on native GL context.
QPlatformWindowFormat platformWindowFormat() const
QWidget has the function qplatformWindowFormat().
IDirectFBGL * m_dfbGlContext
#define qPrintable(string)
QDirectFbGLContext(IDirectFBGL *glContext)