Searched refs:glTexGenf (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 32 void glTexGenf ( GLint coord, GLint pname, GLfloat param )
|
D | glspec-checks | 53 glTexGenf requires OES_texture_cube_map
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 371 void glTexGenf( in glTexGenf() method
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 39 #define glTexGenf glTexGenfOES macro
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLErrorWrapper.java | 1602 public void glTexGenf(int coord, int pname, float param) { in glTexGenf() method in GLErrorWrapper 1604 mgl11ExtensionPack.glTexGenf(coord, pname, param); in glTexGenf()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 2140 public native void glTexGenf( in glTexGenf() method in GLImpl
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_GLImpl.cpp | 40 #define glTexGenf glTexGenfOES macro 8775 glTexGenf( in android_glTexGenf__IIF()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 52449 method public abstract void glTexGenf(int, int, float);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 72469 Ljavax/microedition/khronos/opengles/GL11ExtensionPack;->glTexGenf(IIF)V
|
D | boot-image-profile.txt | 51253 HSPLjavax/microedition/khronos/opengles/GL11ExtensionPack;->glTexGenf(IIF)V
|
/frameworks/base/api/ |
D | current.txt | 72048 method public abstract void glTexGenf(int, int, float);
|