Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
CEGLImage Class Reference

#include <EGLImage.h>

Classes

struct  EglAttrs
 
struct  EglPlane
 

Public Member Functions

 CEGLImage (EGLDisplay display)
 
 CEGLImage (CEGLImage const &other)=delete
 
CEGLImageoperator= (CEGLImage const &other)=delete
 
bool CreateImage (EglAttrs imageAttrs)
 
void UploadImage (GLenum textureTarget)
 
void DestroyImage ()
 

Static Public Attributes

static const int MAX_NUM_PLANES {3}
 

Constructor & Destructor Documentation

§ CEGLImage() [1/2]

CEGLImage::CEGLImage ( EGLDisplay  display)
explicit

§ CEGLImage() [2/2]

CEGLImage::CEGLImage ( CEGLImage const &  other)
delete

Member Function Documentation

§ CreateImage()

bool CEGLImage::CreateImage ( EglAttrs  imageAttrs)

§ DestroyImage()

void CEGLImage::DestroyImage ( )

§ operator=()

CEGLImage& CEGLImage::operator= ( CEGLImage const &  other)
delete

§ UploadImage()

void CEGLImage::UploadImage ( GLenum  textureTarget)

Member Data Documentation

§ MAX_NUM_PLANES

const int CEGLImage::MAX_NUM_PLANES {3}
static

The documentation for this class was generated from the following files: