Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QAndroidPlatformOpenGLContext Class Reference

#include <qandroidplatformopenglcontext.h>

Inheritance diagram for QAndroidPlatformOpenGLContext:
Collaboration diagram for QAndroidPlatformOpenGLContext:

Public Member Functions

 QAndroidPlatformOpenGLContext (const QSurfaceFormat &format, QPlatformOpenGLContext *share, EGLDisplay display)
void swapBuffers (QPlatformSurface *surface) override
 Reimplement in subclass to native swap buffers calls.
bool makeCurrent (QPlatformSurface *surface) override
 QEGLPlatformContext (const QSurfaceFormat &format, QPlatformOpenGLContext *share, EGLDisplay display, EGLConfig *config=nullptr, Flags flags={ })
 QEGLPlatformContext ()
Public Member Functions inherited from QEGLPlatformContext
 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
Public Member Functions inherited from QPlatformOpenGLContext
 QPlatformOpenGLContext ()
virtual ~QPlatformOpenGLContext ()
virtual GLuint defaultFramebufferObject (QPlatformSurface *surface) const
 Reimplement in subclass if your platform uses framebuffer objects for surfaces.
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.
QOpenGLContextcontext () const

Private Member Functions

EGLSurface eglSurfaceForPlatformSurface (QPlatformSurface *surface) override

Additional Inherited Members

Public Types inherited from QEGLPlatformContext
enum  Flag { NoSurfaceless = 0x01 }
Static Public Member Functions inherited from QEGLPlatformContext
template<typename T>
static QOpenGLContextcreateFrom (EGLContext context, EGLDisplay contextDisplay, EGLDisplay platformDisplay, QOpenGLContext *shareContext)
Static Public Member Functions inherited from QPlatformOpenGLContext
static bool parseOpenGLVersion (const QByteArray &versionString, int &major, int &minor)
Protected Member Functions inherited from QEGLPlatformContext
 QEGLPlatformContext ()
virtual EGLSurface createTemporaryOffscreenSurface ()
virtual void destroyTemporaryOffscreenSurface (EGLSurface surface)
virtual void runGLChecks ()
bool checkGraphicsReset ()

Detailed Description

Definition at line 12 of file qandroidplatformopenglcontext.h.

Constructor & Destructor Documentation

◆ QAndroidPlatformOpenGLContext()

QT_BEGIN_NAMESPACE QAndroidPlatformOpenGLContext::QAndroidPlatformOpenGLContext ( const QSurfaceFormat & format,
QPlatformOpenGLContext * share,
EGLDisplay display )

Definition at line 18 of file qandroidplatformopenglcontext.cpp.

Member Function Documentation

◆ eglSurfaceForPlatformSurface()

EGLSurface QAndroidPlatformOpenGLContext::eglSurfaceForPlatformSurface ( QPlatformSurface * surface)
overrideprivatevirtual

Implements QEGLPlatformContext.

Definition at line 66 of file qandroidplatformopenglcontext.cpp.

◆ makeCurrent()

bool QAndroidPlatformOpenGLContext::makeCurrent ( QPlatformSurface * surface)
overridevirtual

Implements QPlatformOpenGLContext.

Definition at line 46 of file qandroidplatformopenglcontext.cpp.

References QAndroidPlatformWindow::lockSurface(), and QAndroidPlatformWindow::unlockSurface().

Here is the call graph for this function:

◆ QEGLPlatformContext() [1/2]

QEGLPlatformContext::QEGLPlatformContext ( )
inline

Definition at line 85 of file qeglplatformcontext_p.h.

◆ QEGLPlatformContext() [2/2]

QEGLPlatformContext::QEGLPlatformContext ( const QSurfaceFormat & format,
QPlatformOpenGLContext * share,
EGLDisplay display,
EGLConfig * config = nullptr,
Flags flags = { } )

Definition at line 36 of file qeglplatformcontext.cpp.

◆ swapBuffers()

void QAndroidPlatformOpenGLContext::swapBuffers ( QPlatformSurface * surface)
overridevirtual

Reimplement in subclass to native swap buffers calls.

The implementation must support being called in a thread different than the gui-thread.

Implements QPlatformOpenGLContext.

Definition at line 23 of file qandroidplatformopenglcontext.cpp.

References QAndroidPlatformWindow::lockSurface(), and QAndroidPlatformWindow::unlockSurface().

Here is the call graph for this function:

The documentation for this class was generated from the following files: