Searched refs:glTexGenivOES (Results 1 - 10 of 10) 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/libs/GLES_trace/
H A Dgltrace.proto350 glTexGenivOES = 324;
/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.cpp39 #define glTexGeniv glTexGenivOES
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2395 /* void glTexGenivOES ( GLenum coord, GLenum pname, const GLint *params ) */
2416 glTexGenivOES(
2429 /* void glTexGenivOES ( GLenum coord, GLenum pname, const GLint *params ) */
2438 glTexGenivOES(
2796 {"glTexGenivOES", "(II[II)V", (void *) android_glTexGenivOES__II_3II },
2797 {"glTexGenivOES", "(IILjava/nio/IntBuffer;)V", (void *) android_glTexGenivOES__IILjava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp40 #define glTexGeniv glTexGenivOES
/frameworks/native/opengl/include/GLES/
H A Dglext.h834 GL_API void GL_APIENTRY glTexGenivOES (GLenum coord, GLenum pname, const GLint *params);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp861 const GLMessage_Function GLMessage::glTexGenivOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1194 static const Function glTexGenivOES = GLMessage_Function_glTexGenivOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp17549 glmsg.set_function(GLMessage::glTexGenivOES);
17572 glContext->hooks->gl.glTexGenivOES(coord, pname, params);

Completed in 852 milliseconds