![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosegl.h>
Public Types | |
| enum class | SurfaceFlagBits { PreserveBufferContentsOnSwap = 1 << 0 } |
Public Member Functions | |
| QOhosEGLSurface ()=default | |
| QOhosEGLSurface (const QOhosEGLSurface &)=delete | |
| QOhosEGLSurface & | operator= (const QOhosEGLSurface &)=delete |
| QOhosEGLSurface (QOhosEGLSurface &&)=delete | |
| QOhosEGLSurface & | operator= (QOhosEGLSurface &&)=delete |
| ~QOhosEGLSurface () | |
| EGLSurface | tryGetOrCreateEGLWindowSurface (EGLDisplay display, EGLConfig config, SurfaceFlags flags={}) |
| void | setNativeWindowSurface (EGLNativeWindowType nativeWindow) |
| SurfaceFlags | currentSurfaceFlags () const |
Definition at line 15 of file qohosegl.h.
|
strong |
| Enumerator | |
|---|---|
| PreserveBufferContentsOnSwap | |
Definition at line 18 of file qohosegl.h.
|
default |
|
delete |
|
delete |
| QOhosEGLSurface::~QOhosEGLSurface | ( | ) |
Definition at line 96 of file qohosegl.cpp.
| QOhosEGLSurface::SurfaceFlags QOhosEGLSurface::currentSurfaceFlags | ( | ) | const |
Definition at line 101 of file qohosegl.cpp.
|
delete |
|
delete |
| QT_BEGIN_NAMESPACE void QOhosEGLSurface::setNativeWindowSurface | ( | EGLNativeWindowType | nativeWindow | ) |
Definition at line 12 of file qohosegl.cpp.
| EGLSurface QOhosEGLSurface::tryGetOrCreateEGLWindowSurface | ( | EGLDisplay | display, |
| EGLConfig | config, | ||
| SurfaceFlags | flags = {} ) |
Definition at line 65 of file qohosegl.cpp.