Searched refs:GL10Ext (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLWrapperBase.java | 21 import javax.microedition.khronos.opengles.GL10Ext; 31 implements GL, GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack { 34 if (gl instanceof GL10Ext) { in GLWrapperBase() 35 mgl10Ext = (GL10Ext) gl; in GLWrapperBase() 49 protected GL10Ext mgl10Ext;
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10Ext.java | 22 public interface GL10Ext extends GL { interface
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLImplHeader.java-impl | 30 import javax.microedition.khronos.opengles.GL10Ext; 35 public class GLImpl implements GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack {
|
D | GL10ExtHeader.java-if | 21 public interface GL10Ext extends GL {
|
/frameworks/native/opengl/tools/glgen/ |
D | gen | 99 javax/microedition/khronos/opengles/GL10Ext.java \ 153 for x in GL.java GL10.java GL10Ext.java GL11.java GL11Ext.java GL11ExtensionPack.java
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 31 import javax.microedition.khronos.opengles.GL10Ext; 36 public class GLImpl implements GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack {
|
/frameworks/base/config/ |
D | preloaded-classes | 6061 javax.microedition.khronos.opengles.GL10Ext
|
D | hiddenapi-public-dex.txt | 72193 Ljavax/microedition/khronos/opengles/GL10Ext; 72194 Ljavax/microedition/khronos/opengles/GL10Ext;->glQueryMatrixxOES(Ljava/nio/IntBuffer;Ljava/nio/IntB… 72195 Ljavax/microedition/khronos/opengles/GL10Ext;->glQueryMatrixxOES([II[II)I
|
D | boot-image-profile.txt | 51119 HSPLjavax/microedition/khronos/opengles/GL10Ext;->glQueryMatrixxOES(Ljava/nio/IntBuffer;Ljava/nio/I… 51120 HSPLjavax/microedition/khronos/opengles/GL10Ext;->glQueryMatrixxOES([II[II)I 63124 Ljavax/microedition/khronos/opengles/GL10Ext;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 52167 public abstract interface GL10Ext implements javax.microedition.khronos.opengles.GL {
|
/frameworks/base/api/ |
D | current.txt | 71766 public abstract interface GL10Ext implements javax.microedition.khronos.opengles.GL {
|