![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <waylandeglstreamintegration.h>
Public Member Functions | |
| ~WaylandEglStreamClientBuffer () override | |
| QWaylandBufferRef::BufferFormatEgl | bufferFormatEgl () const override |
| QSize | size () const override |
| QWaylandSurface::Origin | origin () const override |
| QOpenGLTexture * | toOpenGlTexture (int plane) override |
| void | setCommitted (QRegion &damage) override |
| Public Member Functions inherited from QtWayland::ClientBuffer | |
| ClientBuffer (struct ::wl_resource *bufferResource) | |
| virtual | ~ClientBuffer () |
| virtual quintptr | lockNativeBuffer () |
| virtual void | unlockNativeBuffer (quintptr native_buffer) const |
| virtual QImage | image () const |
| bool | isCommitted () const |
| bool | isDestroyed () |
| virtual bool | isProtected () |
| struct::wl_resource * | waylandBufferHandle () const |
| bool | isSharedMemory () const |
Friends | |
| class | WaylandEglStreamClientBufferIntegration |
| class | WaylandEglStreamClientBufferIntegrationPrivate |
Additional Inherited Members | |
| Static Public Member Functions inherited from QtWayland::ClientBuffer | |
| static bool | hasContent (ClientBuffer *buffer) |
| static bool | hasProtectedContent (ClientBuffer *buffer) |
| Protected Member Functions inherited from QtWayland::ClientBuffer | |
| void | ref () |
| void | deref () |
| void | sendRelease () |
| virtual void | setDestroyed () |
| Protected Attributes inherited from QtWayland::ClientBuffer | |
| struct::wl_resource * | m_buffer = nullptr |
| QRegion | m_damage |
| bool | m_textureDirty = false |
Definition at line 34 of file waylandeglstreamintegration.h.
|
override |
Definition at line 395 of file waylandeglstreamintegration.cpp.
References ControllerBufferState::egl_stream, and WaylandEglStreamClientBufferIntegrationPrivate::get().
|
overridevirtual |
Reimplemented from QtWayland::ClientBuffer.
Definition at line 429 of file waylandeglstreamintegration.cpp.
|
overridevirtual |
Implements QtWayland::ClientBuffer.
Definition at line 440 of file waylandeglstreamintegration.cpp.
Reimplemented from QtWayland::ClientBuffer.
Definition at line 456 of file waylandeglstreamintegration.cpp.
References WaylandEglStreamClientBufferIntegrationPrivate::get(), and WaylandEglStreamClientBufferIntegrationPrivate::handleEglstreamTexture().
|
overridevirtual |
Implements QtWayland::ClientBuffer.
Definition at line 435 of file waylandeglstreamintegration.cpp.
|
override |
Definition at line 445 of file waylandeglstreamintegration.cpp.
|
friend |
Definition at line 46 of file waylandeglstreamintegration.h.
|
friend |
Definition at line 47 of file waylandeglstreamintegration.h.