summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.nativeReg
diff options
context:
space:
mode:
authorThomas Tafertshofer <tafertth@google.com>2012-06-15 16:22:43 -0700
committerThomas Tafertshofer <tafertth@google.com>2012-07-10 15:49:43 -0700
commit66a42db8cbfba902f72f0ace5ac448ef4bfd3951 (patch)
tree5d53f4def4f58232259a22c3629179ffe936f6e2 /opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.nativeReg
parent3443b333f16cd356d7cc7322810fe6188f58f1d9 (diff)
downloadframeworks_native-66a42db8cbfba902f72f0ace5ac448ef4bfd3951.zip
frameworks_native-66a42db8cbfba902f72f0ace5ac448ef4bfd3951.tar.gz
frameworks_native-66a42db8cbfba902f72f0ace5ac448ef4bfd3951.tar.bz2
improve glgen tool to support EGL1.4
- added EGL1.4 bindings generation - fixed bugs in GLES bindings Bug: 6709865 Change-Id: I04ac63f652e1968a51eb833f47e00336ea449980
Diffstat (limited to 'opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.nativeReg')
-rw-r--r--opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.nativeReg2
1 files changed, 2 insertions, 0 deletions
diff --git a/opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.nativeReg b/opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.nativeReg
new file mode 100644
index 0000000..c37d05b
--- /dev/null
+++ b/opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.nativeReg
@@ -0,0 +1,2 @@
+{"_eglCreateWindowSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/lang/Object;[II)Landroid/opengl/EGLSurface;", (void *) android_eglCreateWindowSurface },
+{"_eglCreateWindowSurfaceTexture", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/lang/Object;[II)Landroid/opengl/EGLSurface;", (void *) android_eglCreateWindowSurfaceTexture },