Interface that provides methods to EGLImage Buffers.
More...
#include <EGLImage.h>
List of all members.
Public Member Functions |
virtual EGLDisplay | getEGLDisplay () const =0 |
| Returns the EGLDisplay that owns the EGLImage.
|
virtual EGLImageKHR | getEGLImage () const =0 |
| Returns the EGLImage being used for this Buffer.
|
Detailed Description
Interface that provides methods to EGLImage Buffers.
Definition at line 108 of file EGLImage.h.
Constructor & Destructor Documentation
Argus::IEGLImageBuffer::~IEGLImageBuffer |
( |
| ) |
|
|
inlineprotected |
Member Function Documentation
virtual EGLDisplay Argus::IEGLImageBuffer::getEGLDisplay |
( |
| ) |
const |
|
pure virtual |
Returns the EGLDisplay that owns the EGLImage.
virtual EGLImageKHR Argus::IEGLImageBuffer::getEGLImage |
( |
| ) |
const |
|
pure virtual |
Returns the EGLImage being used for this Buffer.
static const InterfaceID& Argus::IEGLImageBuffer::id |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: