Searched refs:GL11 (Results 1 – 13 of 13) sorted by relevance
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A 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;
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | UploadedTexture.java | 27 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 D | GL11.java | 22 public interface GL11 extends GL10 { interface
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 34 import javax.microedition.khronos.opengles.GL11; 38 public class GLImpl implements GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack {
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 13513 javax.microedition.khronos.opengles.GL11
|
H A D | boot-image-profile.txt | 36321 Ljavax/microedition/khronos/opengles/GL11;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 15918 javax.microedition.khronos.opengles.GL11
|
H A D | boot-image-profile.txt | 48832 Ljavax/microedition/khronos/opengles/GL11;
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 61357 public interface GL11 extends javax.microedition.khronos.opengles.GL10 {
|