summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen/stubs/gles11/GLES11ExtHeader.java-if
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-12-08 20:13:44 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-12-08 20:13:44 -0800
commit5c47265a704cb0cc081b79e191442f99014726b0 (patch)
treeb162ef47569b58713fd90ac0a6ad4e7402b02a3e /opengl/tools/glgen/stubs/gles11/GLES11ExtHeader.java-if
parent7279fb9aee1abae405384e2c4331b7d9fec28294 (diff)
parentbe6eac828f5af8b608c3fa6749330f1dcd6b6206 (diff)
downloadframeworks_base-5c47265a704cb0cc081b79e191442f99014726b0.zip
frameworks_base-5c47265a704cb0cc081b79e191442f99014726b0.tar.gz
frameworks_base-5c47265a704cb0cc081b79e191442f99014726b0.tar.bz2
Merge change Ibe6eac82
* changes: Implement Matrix Palette extension.
Diffstat (limited to 'opengl/tools/glgen/stubs/gles11/GLES11ExtHeader.java-if')
-rw-r--r--opengl/tools/glgen/stubs/gles11/GLES11ExtHeader.java-if10
1 files changed, 9 insertions, 1 deletions
diff --git a/opengl/tools/glgen/stubs/gles11/GLES11ExtHeader.java-if b/opengl/tools/glgen/stubs/gles11/GLES11ExtHeader.java-if
index 428ccee..c5e34cd 100644
--- a/opengl/tools/glgen/stubs/gles11/GLES11ExtHeader.java-if
+++ b/opengl/tools/glgen/stubs/gles11/GLES11ExtHeader.java-if
@@ -18,6 +18,8 @@
package android.opengl;
+import java.nio.Buffer;
+
public class GLES11Ext {
public static final int GL_BLEND_EQUATION_RGB_OES = 0x8009;
public static final int GL_BLEND_EQUATION_ALPHA_OES = 0x883D;
@@ -127,4 +129,10 @@ public class GLES11Ext {
static {
_nativeClassInit();
}
- \ No newline at end of file
+
+ private static final int GL_BYTE = GLES10.GL_BYTE;
+ private static final int GL_FIXED = GLES10.GL_FIXED;
+ private static final int GL_FLOAT = GLES10.GL_FLOAT;
+ private static final int GL_SHORT = GLES10.GL_SHORT;
+
+ private static Buffer _matrixIndexPointerOES; \ No newline at end of file