/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 584 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/ |
D | GLES10.spec | 84 void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 809 void glRotatex( in glRotatex() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 84 void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 364 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/ |
D | GLES10.java | 1062 public static native void glRotatex( in glRotatex() method in GLES10
|
D | GLErrorWrapper.java | 676 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()
|
D | GLLogWrapper.java | 2279 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/ |
D | gltrace.proto | 318 glRotatex = 290; enumerator
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 556 GLAPI void APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 887 public native void glRotatex( in glRotatex() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 1043 void glRotatex(GLfixed a, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2673 glRotatex( in android_glRotatex__IIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3390 glRotatex( in android_glRotatex__IIII()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 566 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
|
D | trace.in | 566 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/ |
D | gltrace_api.cpp | 26213 glmsg.set_function(GLMessage::glRotatex); in GLTrace_glRotatex() 26242 glContext->hooks->gl.glRotatex(angle, x, y, z); in GLTrace_glRotatex()
|
/frameworks/base/api/ |
D | current.txt | 20214 method public static void glRotatex(int, int, int, int); 54668 method public abstract void glRotatex(int, int, int, int);
|
D | system-current.txt | 22158 method public static void glRotatex(int, int, int, int); 57274 method public abstract void glRotatex(int, int, int, int);
|