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

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java1062 // C function void glTexGenxvOES ( GLenum coord, GLenum pname, const GLfixed *params )
1064 public static native void glTexGenxvOES( method in class:GLES11Ext
1071 // C function void glTexGenxvOES ( GLenum coord, GLenum pname, const GLfixed *params )
1073 public static native void glTexGenxvOES( method in class:GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec87 void glTexGenxvOES ( GLenum coord, GLenum pname, const GLfixed *params )
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp45 #define glTexGenxv glTexGenxvOES
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h793 #define glTexGenxvOES wrap_glTexGenxvOES macro
H A Dgles_undefine.h793 #undef glTexGenxvOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h890 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3679 /* void glTexGenxvOES ( GLenum coord, GLenum pname, const GLfixed *params ) */
3707 glTexGenxvOES(
3723 /* void glTexGenxvOES ( GLenum coord, GLenum pname, const GLfixed *params ) */
3746 glTexGenxvOES(
4123 {"glTexGenxvOES", "(II[II)V", (void *) android_glTexGenxvOES__II_3II },
4124 {"glTexGenxvOES", "(IILjava/nio/IntBuffer;)V", (void *) android_glTexGenxvOES__IILjava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp46 #define glTexGenxv glTexGenxvOES

Completed in 959 milliseconds