Home
last modified time | relevance | path

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

/aosp14/frameworks/base/opengl/java/android/opengl/
H A 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;
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A 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()
H A 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()
H A 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()
H A DUploadedTexture.java27 import javax.microedition.khronos.opengles.GL11;
281 return GL11.GL_TEXTURE_2D; in getTarget()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java22 public interface GL11 extends GL10 { interface
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java34 import javax.microedition.khronos.opengles.GL11;
38 public class GLImpl implements GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack {
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes13513 javax.microedition.khronos.opengles.GL11
H A Dboot-image-profile.txt36321 Ljavax/microedition/khronos/opengles/GL11;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes15918 javax.microedition.khronos.opengles.GL11
H A Dboot-image-profile.txt48832 Ljavax/microedition/khronos/opengles/GL11;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt61357 public interface GL11 extends javax.microedition.khronos.opengles.GL10 {