Searched refs:glTexGenfvOES (Results 1 - 10 of 10) sorted by path

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3026 /* void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params ) */
3054 glTexGenfvOES(
3070 /* void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params ) */
3084 glTexGenfvOES(
3566 {"glTexGenfvOES", "(II[FI)V", (void *) android_glTexGenfvOES__II_3FI },
3567 {"glTexGenfvOES", "(IILjava/nio/FloatBuffer;)V", (void *) android_glTexGenfvOES__IILjava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp38 #define glTexGenfv glTexGenfvOES
/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/include/GLES/
H A Dglext.h886 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto348 glTexGenfvOES = 322;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1154 const GLMessage_Function GLMessage::glTexGenfvOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1502 static const Function glTexGenfvOES = GLMessage_Function_glTexGenfvOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp[all...]
/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.cpp37 #define glTexGenfv glTexGenfvOES

Completed in 299 milliseconds