Searched refs:GL11 (Results 1 – 19 of 19) 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 | 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.",
|
D | GL11Header.java-if | 21 public interface GL11 extends GL10 {
|
/frameworks/native/opengl/tools/glgen/ |
D | gen | 100 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/ |
D | GL11.java | 22 public interface GL11 extends GL10 { interface
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 32 import javax.microedition.khronos.opengles.GL11; 36 public class GLImpl implements GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack {
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 161 <li>{@link javax.microedition.khronos.opengles.GL11}</li>
|
/frameworks/base/ |
D | preloaded-classes | 3780 javax.microedition.khronos.opengles.GL11
|
D | compiled-classes-phone | 7552 javax.microedition.khronos.opengles.GL11
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 52172 public abstract interface GL11 implements javax.microedition.khronos.opengles.GL10 {
|
/frameworks/base/api/ |
D | current.txt | 63044 public abstract interface GL11 implements javax.microedition.khronos.opengles.GL10 {
|
D | test-current.txt | 63124 public abstract interface GL11 implements javax.microedition.khronos.opengles.GL10 {
|
D | system-current.txt | 66401 public abstract interface GL11 implements javax.microedition.khronos.opengles.GL10 {
|