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 Dunwrap_gles.h792 #undef glTexGenfvOES macro
H A Dwrap_gles.h792 #define glTexGenfvOES wrap_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.cpp3144 /* void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params ) */
3172 glTexGenfvOES(
3188 /* void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params ) */
3202 glTexGenfvOES(
3684 {"glTexGenfvOES", "(II[FI)V", (void *) android_glTexGenfvOES__II_3FI },
3685 {"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 93 milliseconds