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

1 2 3

  /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/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/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 180 void (*glRotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
main.cpp     [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/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...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 133 glRotatex_client_proc_t glRotatex;
gl_entry.cpp 128 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /device/generic/goldfish-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(
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h     [all...]
gles_undefine.h 728 #undef glRotatex
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 321 glRotatex(290, 290),
    [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 468 milliseconds

1 2 3