diff options
author | Mathias Agopian <mathias@google.com> | 2013-02-22 20:08:06 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2013-02-22 20:08:06 -0800 |
commit | 89be00bcda2b5965757e83bdf70a650b64373045 (patch) | |
tree | e2cd9158a88cd014a8e884e0fd2d3b7165e26f33 /opengl | |
parent | eab51de4de88219256260fe26e2018a6234ef83b (diff) | |
download | frameworks_base-89be00bcda2b5965757e83bdf70a650b64373045.zip frameworks_base-89be00bcda2b5965757e83bdf70a650b64373045.tar.gz frameworks_base-89be00bcda2b5965757e83bdf70a650b64373045.tar.bz2 |
regenerate egl/gles stubs from glgen
those are minor cosmetic changes.
Change-Id: I84ee5383577f0ca33ed7cc32d03e53c1475f068d
Diffstat (limited to 'opengl')
-rw-r--r-- | opengl/java/android/opengl/GLES20.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/java/android/opengl/GLES20.java b/opengl/java/android/opengl/GLES20.java index 2eeae62..e99d412 100644 --- a/opengl/java/android/opengl/GLES20.java +++ b/opengl/java/android/opengl/GLES20.java @@ -914,7 +914,7 @@ public class GLES20 { java.nio.IntBuffer shaders ); - // C function int glGetAttribLocation ( GLuint program, const char *name ) + // C function GLint glGetAttribLocation ( GLuint program, const char *name ) public static native int glGetAttribLocation( int program, @@ -1236,7 +1236,7 @@ public class GLES20 { java.nio.IntBuffer params ); - // C function int glGetUniformLocation ( GLuint program, const char *name ) + // C function GLint glGetUniformLocation ( GLuint program, const char *name ) public static native int glGetUniformLocation( int program, |