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
QtWaylandClient::DrmServerBuffer Class Reference

#include <drmeglserverbufferintegration.h>

Inheritance diagram for QtWaylandClient::DrmServerBuffer:
Collaboration diagram for QtWaylandClient::DrmServerBuffer:

Public Member Functions

 DrmServerBuffer (DrmEglServerBufferIntegration *integration, int32_t name, int32_t width, int32_t height, int32_t stride, int32_t format)
 ~DrmServerBuffer () override
QOpenGLTexturetoOpenGlTexture () override
Public Member Functions inherited from QtWaylandClient::QWaylandServerBuffer
 QWaylandServerBuffer ()
virtual ~QWaylandServerBuffer ()
Format format () const
QSize size () const
void setUserData (void *userData)
voiduserData () const

Additional Inherited Members

Public Types inherited from QtWaylandClient::QWaylandServerBuffer
enum  Format { RGBA32 , A8 , Custom }
Protected Attributes inherited from QtWaylandClient::QWaylandServerBuffer
Format m_format = RGBA32
QSize m_size

Detailed Description

Definition at line 34 of file drmeglserverbufferintegration.h.

Constructor & Destructor Documentation

◆ DrmServerBuffer()

QtWaylandClient::DrmServerBuffer::DrmServerBuffer ( DrmEglServerBufferIntegration * integration,
int32_t name,
int32_t width,
int32_t height,
int32_t stride,
int32_t format )

Definition at line 16 of file drmeglserverbufferintegration.cpp.

References QtWaylandClient::DrmEglServerBufferIntegration::eglCreateImageKHR().

Referenced by QtWaylandClient::DrmEglServerBufferIntegration::drm_egl_server_buffer_server_buffer_created().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~DrmServerBuffer()

QtWaylandClient::DrmServerBuffer::~DrmServerBuffer ( )
override

Definition at line 60 of file drmeglserverbufferintegration.cpp.

References QtWaylandClient::DrmEglServerBufferIntegration::eglDestroyImageKHR().

Here is the call graph for this function:

Member Function Documentation

◆ toOpenGlTexture()

QOpenGLTexture * QtWaylandClient::DrmServerBuffer::toOpenGlTexture ( )
overridevirtual

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