#include <GBMUtils.h>
§ CGBMUtils()
§ ~CGBMUtils()
CGBMUtils::~CGBMUtils |
( |
| ) |
|
|
default |
§ CreateDevice()
bool CGBMUtils::CreateDevice |
( |
int |
fd | ) |
|
§ CreateSurface()
bool CGBMUtils::CreateSurface |
( |
int |
width, |
|
|
int |
height, |
|
|
const uint64_t * |
modifiers, |
|
|
const int |
modifiers_count |
|
) |
| |
§ DestroyDevice()
void CGBMUtils::DestroyDevice |
( |
| ) |
|
§ DestroySurface()
void CGBMUtils::DestroySurface |
( |
| ) |
|
§ GetDevice()
struct gbm_device* CGBMUtils::GetDevice |
( |
| ) |
const |
|
inline |
§ GetSurface()
struct gbm_surface* CGBMUtils::GetSurface |
( |
| ) |
const |
|
inline |
§ LockFrontBuffer()
struct gbm_bo * CGBMUtils::LockFrontBuffer |
( |
| ) |
|
§ ReleaseBuffer()
void CGBMUtils::ReleaseBuffer |
( |
| ) |
|
§ m_bo
struct gbm_bo* CGBMUtils::m_bo = nullptr |
|
protected |
§ m_device
struct gbm_device* CGBMUtils::m_device = nullptr |
|
protected |
§ m_next_bo
struct gbm_bo* CGBMUtils::m_next_bo = nullptr |
|
protected |
§ m_surface
struct gbm_surface* CGBMUtils::m_surface = nullptr |
|
protected |
The documentation for this class was generated from the following files: