/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
importgl.h | 101 FNDEF(void, glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z)); 153 #define glRotatex FNPTR(glRotatex)
|
importgl.c | 144 IMPORT_FUNC(glRotatex);
|
demo.c | 584 glRotatex((GLfixed)((randomUInt() % 360) << 16), 0, 0, 1 << 16); 604 glRotatex(90 << 16, 0, 0, 1 << 16);
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 131 {"glRotatex", (void*)glRotatex},
|
gl_client_context.h | 131 glRotatex_client_proc_t glRotatex; [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 141 {"glRotatex", (void *)glRotatex},
|
gles_dispatch.h | 144 glRotatex_t glRotatex; 416 glRotatex_t set_glRotatex(glRotatex_t f) { glRotatex_t retval = glRotatex; glRotatex = f; return retval;} [all...] |
gles.cpp | 661 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) 663 getDispatch()->glRotatex(angle, x, y, z); [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixStack.java | 132 public void glRotatex(int angle, int x, int y, int z) {
|
MatrixTrackingGL.java | 547 public void glRotatex(int angle, int x, int y, int z) { 548 mCurrent.glRotatex(angle, x, y, z); 549 mgl.glRotatex(angle, x, y, z);
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 144 glRotatex_t glRotatex;
|
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 316 glRotatex = 290;
|
/frameworks/native/opengl/tests/angeles/ |
demo.c | 584 glRotatex((GLfixed)((randomUInt() % 360) << 16), 0, 0, 1 << 16); 604 glRotatex(90 << 16, 0, 0, 1 << 16);
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES10.spec | 84 void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
|
/frameworks/base/opengl/java/android/opengl/ |
GLES10.java | [all...] |
GLErrorWrapper.java | 676 public void glRotatex(int angle, int x, int y, int z) { 678 mgl.glRotatex(angle, x, y, z); [all...] |
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL10.java | 809 void glRotatex(
|
/external/replicaisland/src/com/replica/replicaisland/ |
GLErrorLogger.java | 571 public void glRotatex(int angle, int x, int y, int z) { 572 ((GL10)mGL).glRotatex(angle, x, y, z);
|
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z); [all...] |
/external/chromium_org/third_party/mesa/src/include/GLES/ |
gl.h | 716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z); [all...] |
/external/mesa3d/include/GLES/ |
gl.h | 716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z); [all...] |
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | 885 // C function void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z ) 887 public native void glRotatex( [all...] |
/frameworks/native/opengl/include/GLES/ |
gl.h | 716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z); [all...] |
/frameworks/native/opengl/tests/angeles/include/GLES/ |
gl.h | 556 GLAPI void APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|