Home
last modified time | relevance | path

Searched refs:glRotatex (Results 1 – 25 of 25) 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/libs/GLES_trace/
Dgltrace.proto316 glRotatex = 290; enumerator
/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.java1078 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/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/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp827 const GLMessage_Function GLMessage::glRotatex; member in android::gltrace::GLMessage
Dgltrace.pb.h1160 static const Function glRotatex = GLMessage_Function_glRotatex; variable
Dgltrace_api.cpp13911 glmsg.set_function(GLMessage::glRotatex); in GLTrace_glRotatex()
13940 glContext->hooks->gl.glRotatex(angle, x, y, z); in GLTrace_glRotatex()
/frameworks/native/opengl/libs/
Ddebug.in197 TRACE_GL_VOID(glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z), (angle, x, y, z), 4, "GL…
Dentries.in344 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
Dtrace.in344 TRACE_GL_VOID(glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z), (angle, x, y, z), 4, "GL…
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2909 glRotatex( in android_glRotatex__IIII()
Dcom_google_android_gles_jni_GLImpl.cpp3035 glRotatex( in android_glRotatex__IIII()
/frameworks/base/api/
D14.txt12952 method public static void glRotatex(int, int, int, int);
39702 method public abstract void glRotatex(int, int, int, int);
D15.txt12991 method public static void glRotatex(int, int, int, int);
39857 method public abstract void glRotatex(int, int, int, int);
Dcurrent.txt13894 method public static void glRotatex(int, int, int, int);
41140 method public abstract void glRotatex(int, int, int, int);
D16.txt13894 method public static void glRotatex(int, int, int, int);
41140 method public abstract void glRotatex(int, int, int, int);