|
MythTV master
|
Go to the source code of this file.
Classes | |
| class | MythEGL |
Typedefs | |
| using | MYTH_EGLIMAGETARGET = void(*)(GLenum, void *) |
| using | MYTH_EGLCREATEIMAGE = void *(*)(void *, void *, unsigned int, void *, const int32_t *) |
| using | MYTH_EGLDESTROYIMAGE = void(*)(void *, void *) |
| using | MYTH_EGLGETPLATFORMDISPLAY = void *(*)(GLenum, void *, const intptr_t *) |
| using MYTH_EGLCREATEIMAGE = void* (*)(void*, void*, unsigned int, void*, const int32_t *) |
| using MYTH_EGLDESTROYIMAGE = void (*)(void*, void*) |
| using MYTH_EGLGETPLATFORMDISPLAY = void* (*)(GLenum, void*, const intptr_t*) |
| using MYTH_EGLIMAGETARGET = void (*)(GLenum, void*) |