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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto316 glRotatex = 290;
/frameworks/native/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/native/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/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/native/opengl/include/GLES/
H A Dgl.h716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h556 GLAPI void APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/frameworks/native/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.cpp2550 /* void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z ) */
2554 glRotatex(
3168 {"glRotatex", "(IIII)V", (void *) android_glRotatex__IIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp3382 /* void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z ) */
3386 glRotatex(
8589 {"glRotatex", "(IIII)V", (void *) android_glRotatex__IIII },
/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
H A Dgltrace_api.cpp26213 glmsg.set_function(GLMessage::glRotatex);
26242 glContext->hooks->gl.glRotatex(angle, x, y, z);
[all...]

Completed in 473 milliseconds