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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec45 void glRotatexOES ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java624 // C function void glRotatexOES ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
626 public static native void glRotatexOES( method in class:GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto317 glRotatexOES = 291;
/frameworks/native/opengl/include/GLES/
H A Dglext.h698 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1123 const GLMessage_Function GLMessage::glRotatexOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1471 static const Function glRotatexOES = GLMessage_Function_glRotatexOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp29004 glmsg.set_function(GLMessage::glRotatexOES);
29033 glContext->hooks->gl.glRotatexOES(angle, x, y, z);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1929 /* void glRotatexOES ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z ) */
1933 glRotatexOES(
3522 {"glRotatexOES", "(IIII)V", (void *) android_glRotatexOES__IIII },

Completed in 318 milliseconds