|
void | drm_bind_resource (Resource *resource) override |
|
void | drm_authenticate (Resource *resource, uint32_t id) override |
|
void | drm_create_buffer (Resource *resource, uint32_t id, uint32_t name, int32_t width, int32_t height, uint32_t stride, uint32_t format) override |
|
void | drm_create_planar_buffer (Resource *resource, uint32_t id, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) override |
|
void | drm_create_prime_buffer (Resource *resource, uint32_t id, int32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) override |
|
Definition at line 18 of file drmclientbuffer.cpp.
◆ DrmClientBufferIntegrationPrivate()
KWin::DrmClientBufferIntegrationPrivate::DrmClientBufferIntegrationPrivate |
( |
Display * | display | ) |
|
|
explicit |
◆ drm_authenticate()
void KWin::DrmClientBufferIntegrationPrivate::drm_authenticate |
( |
Resource * | resource, |
|
|
uint32_t | id ) |
|
overrideprotected |
◆ drm_bind_resource()
void KWin::DrmClientBufferIntegrationPrivate::drm_bind_resource |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ drm_create_buffer()
void KWin::DrmClientBufferIntegrationPrivate::drm_create_buffer |
( |
Resource * | resource, |
|
|
uint32_t | id, |
|
|
uint32_t | name, |
|
|
int32_t | width, |
|
|
int32_t | height, |
|
|
uint32_t | stride, |
|
|
uint32_t | format ) |
|
overrideprotected |
◆ drm_create_planar_buffer()
void KWin::DrmClientBufferIntegrationPrivate::drm_create_planar_buffer |
( |
Resource * | resource, |
|
|
uint32_t | id, |
|
|
uint32_t | name, |
|
|
int32_t | width, |
|
|
int32_t | height, |
|
|
uint32_t | format, |
|
|
int32_t | offset0, |
|
|
int32_t | stride0, |
|
|
int32_t | offset1, |
|
|
int32_t | stride1, |
|
|
int32_t | offset2, |
|
|
int32_t | stride2 ) |
|
overrideprotected |
◆ drm_create_prime_buffer()
void KWin::DrmClientBufferIntegrationPrivate::drm_create_prime_buffer |
( |
Resource * | resource, |
|
|
uint32_t | id, |
|
|
int32_t | name, |
|
|
int32_t | width, |
|
|
int32_t | height, |
|
|
uint32_t | format, |
|
|
int32_t | offset0, |
|
|
int32_t | stride0, |
|
|
int32_t | offset1, |
|
|
int32_t | stride1, |
|
|
int32_t | offset2, |
|
|
int32_t | stride2 ) |
|
overrideprotected |
◆ nodeName
QString KWin::DrmClientBufferIntegrationPrivate::nodeName |
The documentation for this class was generated from the following file: