Searched refs:glRotatex (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/opengl/tests/angeles/
H A Ddemo.c584 glRotatex((GLfixed)((randomUInt() % 360) << 16), 0, 0, 1 << 16);
604 glRotatex(90 << 16, 0, 0, 1 << 16);
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec84 void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/android/opengl/
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 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 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/javax/microedition/khronos/opengles/
H A DGL10.java809 void glRotatex( method in interface:GL10
/frameworks/base/opengl/include/GLES/
H A Dgl.h715 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java884 // C function void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
886 public native void glRotatex( method in class:GLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h556 GLAPI void APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp1043 void glRotatex(GLfixed a, GLfixed x, GLfixed y, GLfixed z) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2933 /* void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z ) */
2937 glRotatex(
3533 {"glRotatex", "(IIII)V", (void *) android_glRotatex__IIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp3059 /* void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z ) */
3063 glRotatex(
7407 {"glRotatex", "(IIII)V", (void *) android_glRotatex__IIII },

Completed in 702 milliseconds