summaryrefslogtreecommitdiffstats
path: root/core/jni
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2011-06-15 17:43:08 -0700
committerRomain Guy <romainguy@android.com>2011-06-15 17:43:08 -0700
commitb38484ccb9386780c1d192c552da30b680539952 (patch)
tree514c762249289b9f7f481f3b4be142c017b57411 /core/jni
parente5e0c50f7dfaccc220725c5595080e921ffda1e4 (diff)
downloadframeworks_base-b38484ccb9386780c1d192c552da30b680539952.zip
frameworks_base-b38484ccb9386780c1d192c552da30b680539952.tar.gz
frameworks_base-b38484ccb9386780c1d192c552da30b680539952.tar.bz2
Forgot to ammend the change
Change-Id: Ic6b0be487245a6bb926ab8b6b66b7c63ea1130c6
Diffstat (limited to 'core/jni')
-rw-r--r--core/jni/com_google_android_gles_jni_EGLImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/jni/com_google_android_gles_jni_EGLImpl.cpp b/core/jni/com_google_android_gles_jni_EGLImpl.cpp
index 7a0668e..02974f9 100644
--- a/core/jni/com_google_android_gles_jni_EGLImpl.cpp
+++ b/core/jni/com_google_android_gles_jni_EGLImpl.cpp
@@ -541,7 +541,7 @@ static JNINativeMethod methods[] = {
{"_eglCreatePbufferSurface","(" DISPLAY CONFIG "[I)I", (void*)jni_eglCreatePbufferSurface },
{"_eglCreatePixmapSurface", "(" SURFACE DISPLAY CONFIG OBJECT "[I)V", (void*)jni_eglCreatePixmapSurface },
{"_eglCreateWindowSurface", "(" DISPLAY CONFIG OBJECT "[I)I", (void*)jni_eglCreateWindowSurface },
-{"_eglCreateWindowSurfaceTexture", "(" DISPLAY CONFIG "I[I)I", (void*)jni_eglCreateWindowSurfaceTexture },
+{"_eglCreateWindowSurfaceTexture", "(" DISPLAY CONFIG OBJECT "[I)I", (void*)jni_eglCreateWindowSurfaceTexture },
{"eglDestroyContext", "(" DISPLAY CONTEXT ")Z", (void*)jni_eglDestroyContext },
{"eglDestroySurface", "(" DISPLAY SURFACE ")Z", (void*)jni_eglDestroySurface },
{"eglMakeCurrent", "(" DISPLAY SURFACE SURFACE CONTEXT")Z", (void*)jni_eglMakeCurrent },