HomeSort by relevance Sort by last modified time
    Searched defs:glRotatex (Results 1 - 25 of 32) 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)
  /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);
  /frameworks/native/opengl/libagl/
matrix.cpp 1043 void glRotatex(GLfixed a, GLfixed x, GLfixed y, GLfixed z)
  /external/quake/quake/src/WinQuake/
glquake.h 405 #define glRotatex(...) do { glRotatex(__VA_ARGS__); GLCHECK("glRotatex");} while(0)
  /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);
  /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...]
  /gdk/samples/quake/jni/
glquake.h 405 #define glRotatex(...) do { glRotatex(__VA_ARGS__); GLCHECK("glRotatex");} while(0)
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 577 public void glRotatex(
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 676 public void glRotatex(int angle, int x, int y, int z) {
678 mgl.glRotatex(angle, x, y, z);
    [all...]
GLLogWrapper.java     [all...]
GLES10.java     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp     [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 144 glRotatex_t glRotatex;
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles.cpp 661 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
663 getDispatch()->glRotatex(angle, x, y, z);
    [all...]
gles_dispatch.h 144 glRotatex_t glRotatex;
416 glRotatex_t set_glRotatex(glRotatex_t f) { glRotatex_t retval = glRotatex; glRotatex = f; return retval;}
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 809 void glRotatex(
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 827 const GLMessage_Function GLMessage::glRotatex;
    [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 321 glRotatex(290, 290),
814 case 290: return glRotatex;
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 696 milliseconds

1 2