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

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java1012 // C function void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params )
1014 public static native void glTexGenfvOES( method in class:GLES11Ext
1021 // C function void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params )
1023 public static native void glTexGenfvOES( method in class:GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec83 void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params )
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp41 #define glTexGenfv glTexGenfvOES
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h789 #define glTexGenfvOES wrap_glTexGenfvOES macro
H A Dgles_undefine.h789 #undef glTexGenfvOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h886 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3493 /* void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params ) */
3521 glTexGenfvOES(
3537 /* void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params ) */
3560 glTexGenfvOES(
4117 {"glTexGenfvOES", "(II[FI)V", (void *) android_glTexGenfvOES__II_3FI },
4118 {"glTexGenfvOES", "(IILjava/nio/FloatBuffer;)V", (void *) android_glTexGenfvOES__IILjava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp42 #define glTexGenfv glTexGenfvOES

Completed in 168 milliseconds