![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
ControllerBufferState ()=default | |
ControllerBufferState ()=default |
Public Attributes | |
EGLint | egl_format = EGL_TEXTURE_EXTERNAL_WL |
QOpenGLTexture * | textures [3] = {nullptr, nullptr, nullptr} |
QOpenGLContext * | texturesContext [3] = {nullptr, nullptr, nullptr} |
QMetaObject::Connection | texturesAboutToBeDestroyedConnection [3] = {QMetaObject::Connection(), QMetaObject::Connection(), QMetaObject::Connection()} |
QMutex | texturesLock |
EGLStreamKHR | egl_stream = EGL_NO_STREAM_KHR |
bool | isYInverted = false |
QSize | size |
Definition at line 109 of file waylandeglstreamintegration.cpp.
|
default |
|
default |
EGLint ControllerBufferState::egl_format = EGL_TEXTURE_EXTERNAL_WL |
Definition at line 113 of file waylandeglstreamintegration.cpp.
EGLStreamKHR ControllerBufferState::egl_stream = EGL_NO_STREAM_KHR |
Definition at line 119 of file waylandeglstreamintegration.cpp.
Referenced by WaylandEglStreamClientBuffer::~WaylandEglStreamClientBuffer().
bool ControllerBufferState::isYInverted = false |
Definition at line 121 of file waylandeglstreamintegration.cpp.
QSize ControllerBufferState::size |
Definition at line 122 of file waylandeglstreamintegration.cpp.
QOpenGLTexture * ControllerBufferState::textures = {nullptr, nullptr, nullptr} |
Definition at line 114 of file waylandeglstreamintegration.cpp.
QMetaObject::Connection ControllerBufferState::texturesAboutToBeDestroyedConnection = {QMetaObject::Connection(), QMetaObject::Connection(), QMetaObject::Connection()} |
Definition at line 116 of file waylandeglstreamintegration.cpp.
QOpenGLContext * ControllerBufferState::texturesContext = {nullptr, nullptr, nullptr} |
Definition at line 115 of file waylandeglstreamintegration.cpp.
QMutex ControllerBufferState::texturesLock |
Definition at line 117 of file waylandeglstreamintegration.cpp.