#include <IBufferObject.h>
◆ ~IBufferObject()
virtual IBufferObject::~IBufferObject |
( |
| ) |
|
|
virtualdefault |
◆ CreateBufferObject()
virtual bool IBufferObject::CreateBufferObject |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
pure virtual |
◆ DestroyBufferObject()
virtual void IBufferObject::DestroyBufferObject |
( |
| ) |
|
|
inlinevirtual |
◆ GetFd()
virtual int IBufferObject::GetFd |
( |
| ) |
|
|
inlinevirtual |
◆ GetMemory()
virtual uint8_t * IBufferObject::GetMemory |
( |
| ) |
|
|
pure virtual |
◆ GetStride()
virtual int IBufferObject::GetStride |
( |
| ) |
|
|
pure virtual |
◆ ReleaseMemory()
virtual void IBufferObject::ReleaseMemory |
( |
| ) |
|
|
inlinevirtual |
◆ m_height
int IBufferObject::m_height = 0 |
|
protected |
◆ m_width
int IBufferObject::m_width = 0 |
|
protected |
The documentation for this class was generated from the following file: