#include <mythrender_opengl.h>
Public Member Functions | |
| MythGLTexture () | |
| ~MythGLTexture () | |
Public Attributes | |
| GLuint | m_type |
| unsigned char * | m_data |
| uint | m_data_size |
| GLuint | m_data_type |
| GLuint | m_data_fmt |
| GLuint | m_internal_fmt |
| GLuint | m_pbo |
| GLuint | m_vbo |
| GLuint | m_filter |
| GLuint | m_wrap |
| QSize | m_size |
| QSize | m_act_size |
| GLfloat | m_vertex_data [16] |
Definition at line 60 of file mythrender_opengl.h.
| MythGLTexture::MythGLTexture | ( | ) | [inline] |
Definition at line 63 of file mythrender_opengl.h.
| MythGLTexture::~MythGLTexture | ( | ) | [inline] |
Definition at line 73 of file mythrender_opengl.h.
| GLuint MythGLTexture::m_type |
Definition at line 77 of file mythrender_opengl.h.
Referenced by MythRenderOpenGL::CreateTexture().
| unsigned char* MythGLTexture::m_data |
Definition at line 78 of file mythrender_opengl.h.
Definition at line 79 of file mythrender_opengl.h.
Referenced by MythRenderOpenGL::CreateTexture().
| GLuint MythGLTexture::m_data_type |
Definition at line 80 of file mythrender_opengl.h.
Referenced by MythRenderOpenGL::CreateTexture().
| GLuint MythGLTexture::m_data_fmt |
Definition at line 81 of file mythrender_opengl.h.
Referenced by MythRenderOpenGL::CreateTexture().
Definition at line 82 of file mythrender_opengl.h.
Referenced by MythRenderOpenGL::CreateTexture().
| GLuint MythGLTexture::m_pbo |
Definition at line 83 of file mythrender_opengl.h.
| GLuint MythGLTexture::m_vbo |
Definition at line 84 of file mythrender_opengl.h.
| GLuint MythGLTexture::m_filter |
Definition at line 85 of file mythrender_opengl.h.
| GLuint MythGLTexture::m_wrap |
Definition at line 86 of file mythrender_opengl.h.
| QSize MythGLTexture::m_size |
Definition at line 87 of file mythrender_opengl.h.
Referenced by MythRenderOpenGL::CreateTexture().
Definition at line 88 of file mythrender_opengl.h.
Referenced by MythRenderOpenGL::CreateTexture().
| GLfloat MythGLTexture::m_vertex_data[16] |
Definition at line 89 of file mythrender_opengl.h.
Referenced by MythGLTexture().
1.6.3