]> git.tdb.fi Git - gldbg.git/blobdiff - flavors/gles2/egl.tm
Add GLES2 flavor (gldbg doesn't build yet, glwrap.so and gldump do)
[gldbg.git] / flavors / gles2 / egl.tm
diff --git a/flavors/gles2/egl.tm b/flavors/gles2/egl.tm
new file mode 100644 (file)
index 0000000..6b696dd
--- /dev/null
@@ -0,0 +1,14 @@
+int,*,*,               EGLint,*,*
+Display,*,*,           EGLDisplay,*,*
+NativeDisplayType,*,*, EGLNativeDisplayType,*,*
+Boolean,*,*,           EGLBoolean,*,*
+string,*,*,            const char *,*,*
+Config,*,*,            EGLConfig,*,*
+Surface,*,*,           EGLSurface,*,*
+NativeWindowType,*,*,  EGLNativeWindowType,*,*
+NativePixmapType,*,*,  EGLNativePixmapType,*,*
+EGLenumHack,*,*,       EGLenumHack,*,*
+EGLenum,*,*,           EGLenum,*,*
+ClientBuffer,*,*,      EGLClientBuffer,*,*
+Context,*,*,           EGLContext,*,*
+FuncPtr,*,*,           __eglMustCastToProperFunctionPointerType,*,*