Home
last modified time | relevance | path

Searched refs:GL11 (Results 1 – 19 of 19) 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-impl31 import javax.microedition.khronos.opengles.GL11;
35 public class GLImpl implements GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack {
78 "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/
Dgen100 javax/microedition/khronos/opengles/GL11.java \
153 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.java32 import javax.microedition.khronos.opengles.GL11;
36 public class GLImpl implements GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack {
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd161 <li>{@link javax.microedition.khronos.opengles.GL11}</li>
/frameworks/base/
Dpreloaded-classes3780 javax.microedition.khronos.opengles.GL11
Dcompiled-classes-phone7552 javax.microedition.khronos.opengles.GL11
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt52172 public abstract interface GL11 implements javax.microedition.khronos.opengles.GL10 {
/frameworks/base/api/
Dcurrent.txt63044 public abstract interface GL11 implements javax.microedition.khronos.opengles.GL10 {
Dtest-current.txt63124 public abstract interface GL11 implements javax.microedition.khronos.opengles.GL10 {
Dsystem-current.txt66401 public abstract interface GL11 implements javax.microedition.khronos.opengles.GL10 {