Searched refs:glTexGenfOES (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec82 void glTexGenfOES ( GLenum coord, GLenum pname, GLfloat param )
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp40 #define glTexGenf glTexGenfOES
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java1004 // C function void glTexGenfOES ( GLenum coord, GLenum pname, GLfloat param )
1006 public static native void glTexGenfOES( method in class:GLES11Ext
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h788 #define glTexGenfOES wrap_glTexGenfOES macro
H A Dgles_undefine.h788 #undef glTexGenfOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h885 GL_API void GL_APIENTRY glTexGenfOES (GLenum coord, GLenum pname, GLfloat param);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3482 /* void glTexGenfOES ( GLenum coord, GLenum pname, GLfloat param ) */
3486 glTexGenfOES(
4116 {"glTexGenfOES", "(IIF)V", (void *) android_glTexGenfOES__IIF },
H A Dcom_google_android_gles_jni_GLImpl.cpp41 #define glTexGenf glTexGenfOES

Completed in 2211 milliseconds