From 224107a421e2611b15d1ec736df54bca9ee3e78d Mon Sep 17 00:00:00 2001 From: Jack Palevich Date: Tue, 22 Jun 2010 20:08:40 +0800 Subject: [PATCH] Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer. Change-Id: Id0069535e97fe96eef74e4d0c1d19b010061fe3b --- api/current.xml | 42 +++++++++++ core/jni/android_opengl_GLES20.cpp | 28 +++++++ opengl/java/android/opengl/GLES10.java | 16 ++++ opengl/java/android/opengl/GLES20.java | 84 +++++++++++++++++++++ opengl/tools/glgen/specs/gles11/GLES20.spec | 4 +- opengl/tools/glgen/src/JniCodeEmitter.java | 2 +- 6 files changed, 174 insertions(+), 2 deletions(-) diff --git a/api/current.xml b/api/current.xml index 38ba53a219967..78e0e403afe2b 100644 --- a/api/current.xml +++ b/api/current.xml @@ -109169,6 +109169,25 @@ + + + + + + + + + + @@ -111584,6 +111603,29 @@ + + + + + + + + + + + + + +