| 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 | 
|  Public Member Functions inherited from KWin::GraphicsBuffer | |
| GraphicsBuffer (QObject *parent=nullptr) | |
| bool | isReferenced () const | 
| bool | isDropped () const | 
| void | ref () | 
| void | unref () | 
| void | drop () | 
| virtual const DmaBufAttributes * | dmabufAttributes () const | 
| Additional Inherited Members | |
|  Public Types inherited from KWin::GraphicsBuffer | |
| enum | MapFlag { Read = 0x1 , Write = 0x2 } | 
|  Signals inherited from KWin::GraphicsBuffer | |
| void | released () | 
|  Static Public Member Functions inherited from KWin::GraphicsBuffer | |
| static bool | alphaChannelFromDrmFormat (uint32_t format) | 
|  Protected Attributes inherited from KWin::GraphicsBuffer | |
| 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.