]> git.tdb.fi Git - gldbg.git/blob - flavors/gles2/egl.tm
Add GLES2 flavor (gldbg doesn't build yet, glwrap.so and gldump do)
[gldbg.git] / flavors / gles2 / egl.tm
1 int,*,*,                EGLint,*,*
2 Display,*,*,            EGLDisplay,*,*
3 NativeDisplayType,*,*,  EGLNativeDisplayType,*,*
4 Boolean,*,*,            EGLBoolean,*,*
5 string,*,*,             const char *,*,*
6 Config,*,*,             EGLConfig,*,*
7 Surface,*,*,            EGLSurface,*,*
8 NativeWindowType,*,*,   EGLNativeWindowType,*,*
9 NativePixmapType,*,*,   EGLNativePixmapType,*,*
10 EGLenumHack,*,*,        EGLenumHack,*,*
11 EGLenum,*,*,            EGLenum,*,*
12 ClientBuffer,*,*,       EGLClientBuffer,*,*
13 Context,*,*,            EGLContext,*,*
14 FuncPtr,*,*,            __eglMustCastToProperFunctionPointerType,*,*