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.cpp36 #define glGetTexGenfv glGetTexGenfvOES
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h439 #define glGetTexGenfvOES wrap_glGetTexGenfvOES macro
H A Dgles_undefine.h438 #undef glGetTexGenfvOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h473 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3760 /* void glGetTexGenfvOES ( GLenum coord, GLenum pname, GLfloat *params ) */
3788 glGetTexGenfvOES(
3804 /* void glGetTexGenfvOES ( GLenum coord, GLenum pname, GLfloat *params ) */
3827 glGetTexGenfvOES(
4124 {"glGetTexGenfvOES", "(II[FI)V", (void *) android_glGetTexGenfvOES__II_3FI },
4125 {"glGetTexGenfvOES", "(IILjava/nio/FloatBuffer;)V", (void *) android_glGetTexGenfvOES__IILjava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp37 #define glGetTexGenfv glGetTexGenfvOES

Completed in 88 milliseconds