Home
last modified time | relevance | path

Searched refs:GL11 (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/opengl/tests/testViewport/src/com/android/test/
DTestView.java50 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/
DGLWrapperBase.java22 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/
DRawTexture.java21 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()
DGLId.java19 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()
DGLES20IdImpl.java5 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()
DUploadedTexture.java27 import javax.microedition.khronos.opengles.GL11;
281 return GL11.GL_TEXTURE_2D; in getTarget()
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGL11ImplHeader.java-impl10 import javax.microedition.khronos.opengles.GL11;
13 public class GL11Impl implements GL11 {
DGLImplHeader.java-impl33 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.",
DGL11Header.java-if21 public interface GL11 extends GL10 {
/frameworks/native/opengl/tools/glgen/
Dgen117 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/
DGL11.java22 public interface GL11 extends GL10 { interface
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java34 import javax.microedition.khronos.opengles.GL11;
38 public class GLImpl implements GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack {
/frameworks/base/boot/
Dpreloaded-classes11360 javax.microedition.khronos.opengles.GL11
Dboot-image-profile.txt36198 Ljavax/microedition/khronos/opengles/GL11;
/frameworks/base/config/
Dpreloaded-classes13301 javax.microedition.khronos.opengles.GL11
Dboot-image-profile.txt47874 Ljavax/microedition/khronos/opengles/GL11;
/frameworks/base/core/api/
Dcurrent.txt57327 public interface GL11 extends javax.microedition.khronos.opengles.GL10 {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt52172 public abstract interface GL11 implements javax.microedition.khronos.opengles.GL10 {