/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | importgl.h | 101 FNDEF(void, glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z)); 153 #define glRotatex FNPTR(glRotatex) macro
|
D | importgl.c | 144 IMPORT_FUNC(glRotatex); in importGLInit()
|
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()
|
/development/ndk/platforms/android-4/arch-arm/symbols/ |
D | libGLESv1_CM.so.functions.txt | 193 glRotatex
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libGLESv1_CM.so.functions.txt | 228 glRotatex
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libGLESv1_CM.so.functions.txt | 228 glRotatex
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 141 {"glRotatex", (void *)glRotatex},
|
D | gles_dispatch.h | 144 glRotatex_t glRotatex; member 416 …glRotatex_t set_glRotatex(glRotatex_t f) { glRotatex_t retval = glRotatex; glRotatex = f; return r… in set_glRotatex()
|
D | gles.cpp | 661 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function 663 getDispatch()->glRotatex(angle, x, y, z); in glRotatex()
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 131 {"glRotatex", (void*)glRotatex},
|
D | gl_client_context.h | 131 glRotatex_client_proc_t glRotatex; member 423 …tex(glRotatex_client_proc_t f) { glRotatex_client_proc_t retval = glRotatex; glRotatex = f; return… in set_glRotatex()
|
D | gl_entry.cpp | 129 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); 1033 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function 1036 ctx->glRotatex(ctx, angle, x, y, z); in glRotatex()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixStack.java | 132 public void glRotatex(int angle, int x, int y, int z) { in glRotatex() method in MatrixStack
|
D | MatrixTrackingGL.java | 547 public void glRotatex(int angle, int x, int y, int z) { in glRotatex() method in MatrixTrackingGL 548 mCurrent.glRotatex(angle, x, y, z); in glRotatex() 549 mgl.glRotatex(angle, x, y, z); in glRotatex()
|
/development/ndk/platforms/android-4/include/GLES/ |
D | gl.h | 716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|