Searched defs:glRotatex (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1043 void glRotatex(GLfixed a, GLfixed x, GLfixed y, GLfixed z) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java676 public void glRotatex(int angle, int x, int y, int z) { method in class:GLErrorWrapper
678 mgl.glRotatex(angle, x, y, z);
H A DGLES10.java1060 // C function void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
1062 public static native void glRotatex( method in class:GLES10
H A DGLLogWrapper.java2279 public void glRotatex(int angle, int x, int y, int z) { method in class:GLLogWrapper
2280 begin("glRotatex");
2287 mgl.glRotatex(angle, x, y, z);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java885 // C function void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
887 public native void glRotatex( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java809 void glRotatex( method in interface:GL10
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1122 const GLMessage_Function GLMessage::glRotatex; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1470 static const Function glRotatex = GLMessage_Function_glRotatex; member in class:android::gltrace::GLMessage

Completed in 1115 milliseconds