kodi
|
Public Member Functions | |
bool | Map (CVideoBufferDRMPRIME *buffer) |
void | Unmap () |
void | Init (EGLDisplay eglDisplay) |
GLuint | GetTexture () |
CSizeInt | GetTextureSize () |
Protected Attributes | |
CVideoBufferDRMPRIME * | m_primebuffer {nullptr} |
std::unique_ptr< CEGLImage > | m_eglImage |
const GLenum | m_textureTarget {GL_TEXTURE_EXTERNAL_OES} |
GLuint | m_texture {0} |
int | m_texWidth {0} |
int | m_texHeight {0} |