summaryrefslogtreecommitdiffstats
path: root/opengl/tools
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2013-04-29 15:58:38 -0700
committerJesse Hall <jessehall@google.com>2013-04-29 16:01:56 -0700
commit46fc9cb60cdbd44f4f42966d37babc8a1bc1263d (patch)
tree56219df841f3c4f63e20806a0c8911a63867f847 /opengl/tools
parentf6d1c3930eeba6b089ba12fb82ecad1c6622e550 (diff)
downloadframeworks_native-46fc9cb60cdbd44f4f42966d37babc8a1bc1263d.zip
frameworks_native-46fc9cb60cdbd44f4f42966d37babc8a1bc1263d.tar.gz
frameworks_native-46fc9cb60cdbd44f4f42966d37babc8a1bc1263d.tar.bz2
Fix glGetUniformIndices JNI prototype
Bug: 8657863 Change-Id: I130d1b54d0cbd1f8613d3108482526d05d73d9e4
Diffstat (limited to 'opengl/tools')
-rw-r--r--opengl/tools/glgen/stubs/gles11/glGetUniformIndices.nativeReg2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tools/glgen/stubs/gles11/glGetUniformIndices.nativeReg b/opengl/tools/glgen/stubs/gles11/glGetUniformIndices.nativeReg
index c711307..6e72c31 100644
--- a/opengl/tools/glgen/stubs/gles11/glGetUniformIndices.nativeReg
+++ b/opengl/tools/glgen/stubs/gles11/glGetUniformIndices.nativeReg
@@ -1,2 +1,2 @@
{"glGetUniformIndices", "(I[Ljava/lang/String;[II)V", (void *) android_glGetUniformIndices_array },
-{"glGetUniformIndices", "(I[Ljava/lang/String;[Ljava/nio/IntBuffer)V", (void *) android_glGetUniformIndices_buffer },
+{"glGetUniformIndices", "(I[Ljava/lang/String;Ljava/nio/IntBuffer;)V", (void *) android_glGetUniformIndices_buffer },