42 #ifndef QOPENKODEGLINTEGRATION_H 43 #define QOPENKODEGLINTEGRATION_H 45 #include <QtGui/QPlatformGLContext> 71 #endif //QOPENKODEGLINTEGRATION_H
void makeCurrent()
Reimplement in subclass to do makeCurrent on native GL context.
void * getProcAddress(const QString &procName)
Reimplement in subclass to native getProcAddr calls.
QPlatformWindowFormat m_windowFormat
EGLContext eglContext() const
The QString class provides a Unicode character string.
Q_GUI_EXPORT EGLDisplay display()
QEGLPlatformContext(EGLDisplay display, EGLConfig config, EGLint contextAttrs[], EGLSurface surface, EGLenum eglApi, QEGLPlatformContext *shareContext=0)
void swapBuffers()
Reimplement in subclass to native swap buffers calls.
QPlatformWindowFormat platformWindowFormat() const
QWidget has the function qplatformWindowFormat().
The QPlatformGLContext class provides an abstraction for native GL contexts.
void doneCurrent()
Reimplement in subclass to release current context.