![]() |
Qt 6.x
The Qt SDK
|
#include <qqnxglcontext.h>
Public Member Functions | |
QQnxGLContext (const QSurfaceFormat &format, QPlatformOpenGLContext *share) | |
virtual | ~QQnxGLContext () |
bool | makeCurrent (QPlatformSurface *surface) override |
void | swapBuffers (QPlatformSurface *surface) override |
Reimplement in subclass to native swap buffers calls. | |
void | doneCurrent () override |
![]() | |
QEGLPlatformContext (const QSurfaceFormat &format, QPlatformOpenGLContext *share, EGLDisplay display, EGLConfig *config=nullptr, Flags flags={ }) | |
~QEGLPlatformContext () | |
void | initialize () override |
Called after a new instance is constructed. | |
bool | makeCurrent (QPlatformSurface *surface) override |
void | doneCurrent () override |
void | swapBuffers (QPlatformSurface *surface) override |
Reimplement in subclass to native swap buffers calls. | |
QFunctionPointer | getProcAddress (const char *procName) override |
Reimplement in subclass to allow dynamic querying of OpenGL symbols. | |
QSurfaceFormat | format () const override |
bool | isSharing () const override |
bool | isValid () const override |
EGLContext | nativeContext () const override |
EGLConfig | config () const override |
EGLDisplay | display () const override |
virtual void | invalidateContext () override |
EGLContext | eglContext () const |
EGLDisplay | eglDisplay () const |
EGLConfig | eglConfig () const |
![]() | |
QPlatformOpenGLContext () | |
virtual | ~QPlatformOpenGLContext () |
virtual void | initialize () |
Called after a new instance is constructed. | |
virtual QSurfaceFormat | format () const =0 |
virtual void | swapBuffers (QPlatformSurface *surface)=0 |
Reimplement in subclass to native swap buffers calls. | |
virtual GLuint | defaultFramebufferObject (QPlatformSurface *surface) const |
Reimplement in subclass if your platform uses framebuffer objects for surfaces. | |
virtual bool | makeCurrent (QPlatformSurface *surface)=0 |
virtual void | doneCurrent ()=0 |
virtual void | beginFrame () |
Called when the RHI begins rendering a new frame in the context. | |
virtual void | endFrame () |
Called when the RHI ends rendering a in the context. | |
virtual bool | isSharing () const |
virtual bool | isValid () const |
virtual QFunctionPointer | getProcAddress (const char *procName)=0 |
Reimplement in subclass to allow dynamic querying of OpenGL symbols. | |
QOpenGLContext * | context () const |
Protected Member Functions | |
EGLSurface | eglSurfaceForPlatformSurface (QPlatformSurface *surface) override |
![]() | |
QEGLPlatformContext () | |
virtual EGLSurface | eglSurfaceForPlatformSurface (QPlatformSurface *surface)=0 |
virtual EGLSurface | createTemporaryOffscreenSurface () |
virtual void | destroyTemporaryOffscreenSurface (EGLSurface surface) |
virtual void | runGLChecks () |
Additional Inherited Members | |
![]() | |
enum | Flag { NoSurfaceless = 0x01 } |
![]() | |
template<typename T > | |
static QOpenGLContext * | createFrom (EGLContext context, EGLDisplay contextDisplay, EGLDisplay platformDisplay, QOpenGLContext *shareContext) |
![]() | |
static bool | parseOpenGLVersion (const QByteArray &versionString, int &major, int &minor) |
Definition at line 19 of file qqnxglcontext.h.
QQnxGLContext::QQnxGLContext | ( | const QSurfaceFormat & | format, |
QPlatformOpenGLContext * | share | ||
) |
Definition at line 35 of file qqnxglcontext.cpp.
|
virtual |
Definition at line 41 of file qqnxglcontext.cpp.
|
overridevirtual |
Reimplemented from QEGLPlatformContext.
Definition at line 68 of file qqnxglcontext.cpp.
References QEGLPlatformContext::doneCurrent().
|
overrideprotectedvirtual |
Implements QEGLPlatformContext.
Definition at line 45 of file qqnxglcontext.cpp.
References window().
|
overridevirtual |
Reimplemented from QEGLPlatformContext.
Definition at line 52 of file qqnxglcontext.cpp.
References QEGLPlatformContext::makeCurrent(), and qGLContextDebug.
|
overridevirtual |
Reimplement in subclass to native swap buffers calls.
The implementation must support being called in a thread different than the gui-thread.
Reimplemented from QEGLPlatformContext.
Definition at line 58 of file qqnxglcontext.cpp.
References qGLContextDebug, QEGLPlatformContext::swapBuffers(), and QQnxWindow::windowPosted().