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

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java1079 // C function void glGetTexGenfvOES ( GLenum coord, GLenum pname, GLfloat *params )
1081 public static native void glGetTexGenfvOES( method in class:GLES11Ext
1088 // C function void glGetTexGenfvOES ( GLenum coord, GLenum pname, GLfloat *params )
1090 public static native void glGetTexGenfvOES( method in class:GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec88 void glGetTexGenfvOES ( GLenum coord, GLenum pname, GLfloat *params )
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp37 #define glGetTexGenfv glGetTexGenfvOES
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h438 #define glGetTexGenfvOES wrap_glGetTexGenfvOES macro
H A Dgles_undefine.h438 #undef glGetTexGenfvOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h891 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3761 /* void glGetTexGenfvOES ( GLenum coord, GLenum pname, GLfloat *params ) */
3789 glGetTexGenfvOES(
3805 /* void glGetTexGenfvOES ( GLenum coord, GLenum pname, GLfloat *params ) */
3828 glGetTexGenfvOES(
4125 {"glGetTexGenfvOES", "(II[FI)V", (void *) android_glGetTexGenfvOES__II_3FI },
4126 {"glGetTexGenfvOES", "(IILjava/nio/FloatBuffer;)V", (void *) android_glGetTexGenfvOES__IILjava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp38 #define glGetTexGenfv glGetTexGenfvOES

Completed in 81 milliseconds