HomeSort by relevance Sort by last modified time
    Searched refs:glRotatef (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 541 public void glRotatef(float angle, float x, float y, float z) {
542 mCurrent.glRotatef(angle, x, y, z);
543 mgl.glRotatef(angle, x, y, z);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 198 gl.glRotatef(mAngle, mRotateX, mRotateY, mRotateZ);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 358 gl.glRotatef(angle, 0, 0, 1.0f);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 125 void (GLAPIENTRY *glRotatef) (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 384 glRotatef(angle, 0.0, 0.0, 1.0);
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 315 glRotatef = 289;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 83 void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z )
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 42 glRotatef_client_proc_t glRotatef;
334 virtual glRotatef_client_proc_t set_glRotatef(glRotatef_client_proc_t f) { glRotatef_client_proc_t retval = glRotatef; glRotatef = f; return retval;}
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 54 glRotatef_t glRotatef;
326 glRotatef_t set_glRotatef(glRotatef_t f) { glRotatef_t retval = glRotatef; glRotatef = f; return retval;}
    [all...]
gles.cpp 211 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
213 getDispatch()->glRotatef(angle, x, y, z);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testgl.c 717 glRotatef(5.0, 1.0, 1.0, 1.0);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 670 public void glRotatef(float angle, float x, float y, float z) {
672 mgl.glRotatef(angle, x, y, z);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 802 void glRotatef(
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLStub.java 570 public void glRotatef(
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 825 s_gl.glRotatef(m_zRot, 0.0f, 0.0f, 1.0f);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 566 public void glRotatef(float angle, float x, float y, float z) {
567 ((GL10)mGL).glRotatef(angle, x, y, z);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 186 void (GLAPIENTRY *GLDispatch::glRotatef)(GLfloat,GLfloat,GLfloat,GLfloat) = NULL;
439 LOAD_GL_FUNC(glRotatef);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
dolphin.c     [all...]
whale.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
dolphin.c     [all...]
whale.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
dolphin.c     [all...]
whale.c     [all...]

Completed in 1959 milliseconds

12 3 4 5