Home
last modified time | relevance | path

Searched refs:glRotatex (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/opengl/tests/angeles/
Ddemo.c584 glRotatex((GLfixed)((randomUInt() % 360) << 16), 0, 0, 1 << 16); in drawModels()
604 glRotatex(90 << 16, 0, 0, 1 << 16); in drawModels()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec84 void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java809 void glRotatex( in glRotatex() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.084 void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in364 void API_ENTRY(glRotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) {
365 CALL_GL_API(glRotatex, angle, x, y, z);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1062 public static native void glRotatex( in glRotatex() method in GLES10
DGLErrorWrapper.java676 public void glRotatex(int angle, int x, int y, int z) { in glRotatex() method in GLErrorWrapper
678 mgl.glRotatex(angle, x, y, z); in glRotatex()
DGLLogWrapper.java2279 public void glRotatex(int angle, int x, int y, int z) { in glRotatex() method in GLLogWrapper
2287 mgl.glRotatex(angle, x, y, z); in glRotatex()
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto318 glRotatex = 290; enumerator
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h556 GLAPI void APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java887 public native void glRotatex( in glRotatex() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/frameworks/native/opengl/libagl/
Dmatrix.cpp1043 void glRotatex(GLfixed a, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2673 glRotatex( in android_glRotatex__IIII()
Dcom_google_android_gles_jni_GLImpl.cpp3390 glRotatex( in android_glRotatex__IIII()
/frameworks/native/opengl/libs/
Dentries.in566 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
Dtrace.in566 TRACE_GL_VOID(glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z), (angle, x, y, z), 4, "GL…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp26213 glmsg.set_function(GLMessage::glRotatex); in GLTrace_glRotatex()
26242 glContext->hooks->gl.glRotatex(angle, x, y, z); in GLTrace_glRotatex()
/frameworks/base/api/
Dcurrent.txt20214 method public static void glRotatex(int, int, int, int);
54668 method public abstract void glRotatex(int, int, int, int);
Dsystem-current.txt22158 method public static void glRotatex(int, int, int, int);
57274 method public abstract void glRotatex(int, int, int, int);