aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes
diff options
context:
space:
mode:
authorMorris Meyer <[email protected]>2009-07-27 14:06:41 -0400
committerMorris Meyer <[email protected]>2009-07-27 14:06:41 -0400
commit90beaae660222f1fb5ca15313f8e4645d3fd30fe (patch)
tree5c6603a9cc756f147dbe634e2b186c99a7f8b3a0 /make/stub_includes
parent0b7a4d59af3ec29740720c4c8d9b249efe06ff5f (diff)
mips changes
Diffstat (limited to 'make/stub_includes')
-rwxr-xr-xmake/stub_includes/egl/EGL/egl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/stub_includes/egl/EGL/egl.h b/make/stub_includes/egl/EGL/egl.h
index 86ca4818f..5b4c4215c 100755
--- a/make/stub_includes/egl/EGL/egl.h
+++ b/make/stub_includes/egl/EGL/egl.h
@@ -297,6 +297,11 @@ EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)
EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
EGLNativePixmapType target);
+EGLAPI EGLDisplay EGLAPIENTRY EGLUtil_CreateDisplayByNative(EGLint w, EGLint h);
+
+EGLAPI EGLSurface EGLAPIENTRY EGLUtil_CreateWindowByNative(EGLDisplay dpy, EGLint xx,
+ EGLint *wvalue, EGLint *hvalue);
+
typedef void (* EGLAPIENTRY __EGLFuncPtr)(void);
EGLAPI __EGLFuncPtr eglGetProcAddress(const char *procname);