HomeSort by relevance Sort by last modified time
    Searched refs:glRotatex (Results 1 - 25 of 45) sorted by null

1 2

  /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);
  /development/tools/emulator/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...]
  /external/quake/quake/src/WinQuake/
glquake.h 405 #define glRotatex(...) do { glRotatex(__VA_ARGS__); GLCHECK("glRotatex");} while(0)
  /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);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 144 glRotatex_t glRotatex;
GLDispatch.cpp 167 s_gl.glRotatex = (glRotatex_t) s_gles_lib->findSymbol("glRotatex");
  /frameworks/base/opengl/tests/angeles/
demo.c 584 glRotatex((GLfixed)((randomUInt() % 360) << 16), 0, 0, 1 << 16);
604 glRotatex(90 << 16, 0, 0, 1 << 16);
  /frameworks/base/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(
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 577 public void glRotatex(
  /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...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /frameworks/base/opengl/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 884 // C function void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
886 public native void glRotatex(
    [all...]
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 556 GLAPI void APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 715 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 715 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 715 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]

Completed in 229 milliseconds

1 2