KWin
|
#include <graphicsbuffer.h>
Public Attributes | |
int | planeCount = 0 |
int | width = 0 |
int | height = 0 |
uint32_t | format = 0 |
uint64_t | modifier = 0 |
std::array< FileDescriptor, 4 > | fd |
std::array< uint32_t, 4 > | offset {0, 0, 0, 0} |
std::array< uint32_t, 4 > | pitch {0, 0, 0, 0} |
Definition at line 19 of file graphicsbuffer.h.
std::array<FileDescriptor, 4> KWin::DmaBufAttributes::fd |
Definition at line 27 of file graphicsbuffer.h.
uint32_t KWin::DmaBufAttributes::format = 0 |
Definition at line 24 of file graphicsbuffer.h.
int KWin::DmaBufAttributes::height = 0 |
Definition at line 23 of file graphicsbuffer.h.
uint64_t KWin::DmaBufAttributes::modifier = 0 |
Definition at line 25 of file graphicsbuffer.h.
std::array<uint32_t, 4> KWin::DmaBufAttributes::offset {0, 0, 0, 0} |
Definition at line 28 of file graphicsbuffer.h.
std::array<uint32_t, 4> KWin::DmaBufAttributes::pitch {0, 0, 0, 0} |
Definition at line 29 of file graphicsbuffer.h.
int KWin::DmaBufAttributes::planeCount = 0 |
Definition at line 21 of file graphicsbuffer.h.
int KWin::DmaBufAttributes::width = 0 |
Definition at line 22 of file graphicsbuffer.h.