MythTV  master
Classes | Typedefs
mythegl.h File Reference
#include <QOpenGLContext>
#include "libmythui/mythuiexp.h"
Include dependency graph for mythegl.h:
This graph shows which files directly or indirectly include this file:

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 *)
 

Typedef Documentation

◆ MYTH_EGLIMAGETARGET

using MYTH_EGLIMAGETARGET = void (*)(GLenum, void*)

Definition at line 10 of file mythegl.h.

◆ MYTH_EGLCREATEIMAGE

using MYTH_EGLCREATEIMAGE = void* (*)(void*, void*, unsigned int, void*, const int32_t *)

Definition at line 11 of file mythegl.h.

◆ MYTH_EGLDESTROYIMAGE

using MYTH_EGLDESTROYIMAGE = void (*)(void*, void*)

Definition at line 12 of file mythegl.h.

◆ MYTH_EGLGETPLATFORMDISPLAY

using MYTH_EGLGETPLATFORMDISPLAY = void* (*)(GLenum, void*, const intptr_t*)

Definition at line 13 of file mythegl.h.