Searched refs:glTexGenx (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 36 void glTexGenx ( GLint coord, GLint pname, GLint param )
|
D | glspec-checks | 55 glTexGenx requires OES_texture_cube_map
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 409 void glTexGenx( in glTexGenx() method
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 43 #define glTexGenx glTexGenxOES macro
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLErrorWrapper.java | 1644 public void glTexGenx(int coord, int pname, int param) { in glTexGenx() method in GLErrorWrapper 1646 mgl11ExtensionPack.glTexGenx(coord, pname, param); in glTexGenx()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 2190 public native void glTexGenx( in glTexGenx() method in GLImpl
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_GLImpl.cpp | 44 #define glTexGenx glTexGenxOES macro 8991 glTexGenx( in android_glTexGenx__III()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 52455 method public abstract void glTexGenx(int, int, int);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 72475 Ljavax/microedition/khronos/opengles/GL11ExtensionPack;->glTexGenx(III)V
|
D | boot-image-profile.txt | 51259 HSPLjavax/microedition/khronos/opengles/GL11ExtensionPack;->glTexGenx(III)V
|
/frameworks/base/api/ |
D | current.txt | 72054 method public abstract void glTexGenx(int, int, int);
|