Searched refs:GL11 (Results 1 – 16 of 16) sorted by relevance
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 …]
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;
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()
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()
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()
27 import javax.microedition.khronos.opengles.GL11;281 return GL11.GL_TEXTURE_2D; in getTarget()
31 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.",
21 public interface GL11 extends GL10 {
105 javax/microedition/khronos/opengles/GL11.java \159 for x in GL.java GL10.java GL10Ext.java GL11.java GL11Ext.java GL11ExtensionPack.java
22 public interface GL11 extends GL10 { interface
34 import javax.microedition.khronos.opengles.GL11;38 public class GLImpl implements GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack {
11623 javax.microedition.khronos.opengles.GL11
53285 Ljavax/microedition/khronos/opengles/GL11;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
52172 public abstract interface GL11 implements javax.microedition.khronos.opengles.GL10 {
79047 public interface GL11 extends javax.microedition.khronos.opengles.GL10 {