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

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java1113 // C function void glGetTexGenxvOES ( GLenum coord, GLenum pname, GLfixed *params )
1115 public static native void glGetTexGenxvOES( method in class:GLES11Ext
1122 // C function void glGetTexGenxvOES ( GLenum coord, GLenum pname, GLfixed *params )
1124 public static native void glGetTexGenxvOES( method in class:GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec90 void glGetTexGenxvOES ( GLenum coord, GLenum pname, GLfixed *params )
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp39 #define glGetTexGenxv glGetTexGenxvOES
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h443 #undef glGetTexGenxvOES macro
H A Dwrap_gles.h443 #define glGetTexGenxvOES wrap_glGetTexGenxvOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h893 GL_API void GL_APIENTRY glGetTexGenxvOES (GLenum coord, GLenum pname, GLfixed *params);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3506 /* void glGetTexGenxvOES ( GLenum coord, GLenum pname, GLfixed *params ) */
3534 glGetTexGenxvOES(
3550 /* void glGetTexGenxvOES ( GLenum coord, GLenum pname, GLfixed *params ) */
3564 glGetTexGenxvOES(
3696 {"glGetTexGenxvOES", "(II[II)V", (void *) android_glGetTexGenxvOES__II_3II },
3697 {"glGetTexGenxvOES", "(IILjava/nio/IntBuffer;)V", (void *) android_glGetTexGenxvOES__IILjava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp40 #define glGetTexGenxv glGetTexGenxvOES

Completed in 100 milliseconds