/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 230 glRotatex;
|
D | entries_gles1.in | 244 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
|
D | entries.in | 793 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
|
/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/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 | 526 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_undefine.h | 728 #undef glRotatex
|
D | gles_redefine.h | 729 #define glRotatex wrap_glRotatex macro
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 1032 void glRotatex(GLfixed a, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2827 glRotatex( in android_glRotatex__IIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3514 glRotatex( in android_glRotatex__IIII()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |