Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <EGLImage.h>
Classes | |
struct | EglAttrs |
struct | EglPlane |
Public Member Functions | |
CEGLImage (EGLDisplay display) | |
CEGLImage (CEGLImage const &other)=delete | |
CEGLImage & | operator= (CEGLImage const &other)=delete |
bool | CreateImage (EglAttrs imageAttrs) |
void | UploadImage (GLenum textureTarget) |
void | DestroyImage () |
Static Public Attributes | |
static const int | MAX_NUM_PLANES {3} |
|
explicit |
|
delete |
void CEGLImage::DestroyImage | ( | ) |
void CEGLImage::UploadImage | ( | GLenum | textureTarget | ) |
|
static |