KWin
|
Public Member Functions | |
ShmGraphicsBuffer (ShmAttributes &&attributes, MemoryMap &&memoryMap) | |
Map | map (MapFlags flags) override |
void | unmap () override |
QSize | size () const override |
bool | hasAlphaChannel () const override |
const ShmAttributes * | shmAttributes () const override |
![]() | |
GraphicsBuffer (QObject *parent=nullptr) | |
bool | isReferenced () const |
bool | isDropped () const |
void | ref () |
void | unref () |
void | drop () |
virtual const DmaBufAttributes * | dmabufAttributes () const |
Additional Inherited Members | |
![]() | |
enum | MapFlag { Read = 0x1 , Write = 0x2 } |
![]() | |
void | released () |
![]() | |
static bool | alphaChannelFromDrmFormat (uint32_t format) |
![]() | |
int | m_refCount = 0 |
bool | m_dropped = false |
Definition at line 22 of file shmgraphicsbufferallocator.cpp.
KWin::ShmGraphicsBuffer::ShmGraphicsBuffer | ( | ShmAttributes && | attributes, |
MemoryMap && | memoryMap ) |
Definition at line 42 of file shmgraphicsbufferallocator.cpp.
|
overridevirtual |
Implements KWin::GraphicsBuffer.
Definition at line 70 of file shmgraphicsbufferallocator.cpp.
|
overridevirtual |
Reimplemented from KWin::GraphicsBuffer.
Definition at line 49 of file shmgraphicsbufferallocator.cpp.
|
overridevirtual |
Reimplemented from KWin::GraphicsBuffer.
Definition at line 75 of file shmgraphicsbufferallocator.cpp.
|
overridevirtual |
Implements KWin::GraphicsBuffer.
Definition at line 65 of file shmgraphicsbufferallocator.cpp.
|
overridevirtual |
Reimplemented from KWin::GraphicsBuffer.
Definition at line 61 of file shmgraphicsbufferallocator.cpp.