Searched refs:glTexGenxv (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 415 void glTexGenxv( in glTexGenxv() method 422 void glTexGenxv( in glTexGenxv() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 37 void glTexGenxv ( GLint coord, GLint pname, GLint *params )
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 44 #define glTexGenxv glTexGenxvOES macro
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLErrorWrapper.java | 1651 public void glTexGenxv(int coord, int pname, int[] params, int offset) { in glTexGenxv() method in GLErrorWrapper 1653 mgl11ExtensionPack.glTexGenxv(coord, pname, params, offset); in glTexGenxv() 1658 public void glTexGenxv(int coord, int pname, IntBuffer params) { in glTexGenxv() method in GLErrorWrapper 1660 mgl11ExtensionPack.glTexGenxv(coord, pname, params); in glTexGenxv()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 2198 public native void glTexGenxv( in glTexGenxv() method in GLImpl 2207 public native void glTexGenxv( in glTexGenxv() method in GLImpl
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_GLImpl.cpp | 45 #define glTexGenxv glTexGenxvOES macro 9031 glTexGenxv( in android_glTexGenxv__II_3II() 9075 glTexGenxv( in android_glTexGenxv__IILjava_nio_IntBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 52456 method public abstract void glTexGenxv(int, int, int[], int); 52457 method public abstract void glTexGenxv(int, int, java.nio.IntBuffer);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 72476 Ljavax/microedition/khronos/opengles/GL11ExtensionPack;->glTexGenxv(IILjava/nio/IntBuffer;)V 72477 Ljavax/microedition/khronos/opengles/GL11ExtensionPack;->glTexGenxv(II[II)V
|
D | boot-image-profile.txt | 51260 HSPLjavax/microedition/khronos/opengles/GL11ExtensionPack;->glTexGenxv(IILjava/nio/IntBuffer;)V 51261 HSPLjavax/microedition/khronos/opengles/GL11ExtensionPack;->glTexGenxv(II[II)V
|
/frameworks/base/api/ |
D | current.txt | 72055 method public abstract void glTexGenxv(int, int, int[], int); 72056 method public abstract void glTexGenxv(int, int, java.nio.IntBuffer);
|