Searched refs:glRotatef (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java60 gl.glRotatef(mAngle, 0, 1, 0);
61 gl.glRotatef(mAngle*0.25f, 1, 0, 0);
69 gl.glRotatef(mAngle*2.0f, 0, 1, 1);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp95 glRotatef(90, 0, 0, 1);
98 glRotatef(180, 0, 0, 1);
101 glRotatef(270, 0, 0, 1);
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java86 gl.glRotatef(angle, 0, 0, 1.0f);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec83 void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1051 // C function void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z )
1053 public static native void glRotatef( method in class:GLES10
H A DGLErrorWrapper.java670 public void glRotatef(float angle, float x, float y, float z) { method in class:GLErrorWrapper
672 mgl.glRotatef(angle, x, y, z);
H A DGLLogWrapper.java2267 public void glRotatef(float angle, float x, float y, float z) { method in class:GLLogWrapper
2268 begin("glRotatef");
2275 mgl.glRotatef(angle, x, y, z);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java802 void glRotatef( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h730 #undef glRotatef macro
H A Dwrap_gles.h730 #define glRotatef wrap_glRotatef macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java876 // C function void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z )
878 public native void glRotatef( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h624 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h555 GLAPI void APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1036 void glRotatef(GLfloat a, GLfloat x, GLfloat y, GLfloat z) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2657 /* void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) */
2661 glRotatef(
3286 {"glRotatef", "(FFFF)V", (void *) android_glRotatef__FFFF },
H A Dcom_google_android_gles_jni_GLImpl.cpp3374 /* void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) */
3378 glRotatef(
8592 {"glRotatef", "(FFFF)V", (void *) android_glRotatef__FFFF },

Completed in 4060 milliseconds