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

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java1037 // C function void glTexGenivOES ( GLenum coord, GLenum pname, const GLint *params )
1039 public static native void glTexGenivOES( method in class:GLES11Ext
1046 // C function void glTexGenivOES ( GLenum coord, GLenum pname, const GLint *params )
1048 public static native void glTexGenivOES( method in class:GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec85 void glTexGenivOES ( GLenum coord, GLenum pname, const GLint *params )
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp43 #define glTexGeniv glTexGenivOES
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h791 #define glTexGenivOES wrap_glTexGenivOES macro
H A Dgles_undefine.h791 #undef glTexGenivOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h888 GL_API void GL_APIENTRY glTexGenivOES (GLenum coord, GLenum pname, const GLint *params);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3586 /* void glTexGenivOES ( GLenum coord, GLenum pname, const GLint *params ) */
3614 glTexGenivOES(
3630 /* void glTexGenivOES ( GLenum coord, GLenum pname, const GLint *params ) */
3653 glTexGenivOES(
4120 {"glTexGenivOES", "(II[II)V", (void *) android_glTexGenivOES__II_3II },
4121 {"glTexGenivOES", "(IILjava/nio/IntBuffer;)V", (void *) android_glTexGenivOES__IILjava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp44 #define glTexGeniv glTexGenivOES

Completed in 3692 milliseconds