Searched refs:GL11 (Results 1 – 18 of 18) sorted by relevance
/frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
D | TestView.java | 50 import javax.microedition.khronos.opengles.GL11; 189 GL11 gl11 = (GL11) gl; in createBufferObjects() 195 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mVertexBufferObjectId); in createBufferObjects() 197 …gl11.glBufferData(GL11.GL_ARRAY_BUFFER, mVertexByteBuffer.capacity(), mVertexByteBuffer, GL11.GL_S… in createBufferObjects() 199 gl11.glBindBuffer(GL11.GL_ELEMENT_ARRAY_BUFFER, mElementBufferObjectId); in createBufferObjects() 201 …gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() * CHAR_SIZE, mIndexBuffer,… in createBufferObjects() 210 GL11 gl11 = (GL11) gl; in draw() 214 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mVertexBufferObjectId); in draw() 217 gl11.glBindBuffer(GL11.GL_ELEMENT_ARRAY_BUFFER, mElementBufferObjectId); in draw() 220 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, 0); in draw() [all …]
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLWrapperBase.java | 22 import javax.microedition.khronos.opengles.GL11; 31 implements GL, GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack { 37 if (gl instanceof GL11) { in GLWrapperBase() 38 mgl11 = (GL11) gl; in GLWrapperBase() 50 protected GL11 mgl11;
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | RawTexture.java | 21 import javax.microedition.khronos.opengles.GL11; 51 canvas.initializeTextureSize(this, GL11.GL_RGBA, GL11.GL_UNSIGNED_BYTE); in prepare() 71 return GL11.GL_TEXTURE_2D; in getTarget()
|
D | GLId.java | 19 import javax.microedition.khronos.opengles.GL11; 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures() 30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset); in glDeleteBuffers()
|
D | GLES20IdImpl.java | 5 import javax.microedition.khronos.opengles.GL11; 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures() 32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers()
|
D | UploadedTexture.java | 27 import javax.microedition.khronos.opengles.GL11; 281 return GL11.GL_TEXTURE_2D; in getTarget()
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL11ImplHeader.java-impl | 10 import javax.microedition.khronos.opengles.GL11; 13 public class GL11Impl implements GL11 {
|
D | GLImplHeader.java-impl | 33 import javax.microedition.khronos.opengles.GL11; 37 public class GLImpl implements GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack { 81 "Application %s (SDK target %d) called a GL11 Pointer method with an indirect Buffer.",
|
D | GL11Header.java-if | 21 public interface GL11 extends GL10 {
|
/frameworks/native/opengl/tools/glgen/ |
D | gen | 117 javax/microedition/khronos/opengles/GL11.java \ 171 for x in GL.java GL10.java GL10Ext.java GL11.java GL11Ext.java GL11ExtensionPack.java
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 22 public interface GL11 extends GL10 { interface
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 34 import javax.microedition.khronos.opengles.GL11; 38 public class GLImpl implements GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack {
|
/frameworks/base/boot/ |
D | preloaded-classes | 11360 javax.microedition.khronos.opengles.GL11
|
D | boot-image-profile.txt | 36198 Ljavax/microedition/khronos/opengles/GL11;
|
/frameworks/base/config/ |
D | preloaded-classes | 13301 javax.microedition.khronos.opengles.GL11
|
D | boot-image-profile.txt | 47874 Ljavax/microedition/khronos/opengles/GL11;
|
/frameworks/base/core/api/ |
D | current.txt | 57327 public interface GL11 extends javax.microedition.khronos.opengles.GL10 {
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 52172 public abstract interface GL11 implements javax.microedition.khronos.opengles.GL10 {
|