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

/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java86 gl.glRotatef(angle, 0, 0, 1.0f);
/frameworks/base/libs/surfaceflinger/
H A DLayerBase.cpp456 glRotatef(-90, 0, 0, 1);
460 glRotatef(-180, 0, 0, 1);
464 glRotatef(-270, 0, 0, 1);
/frameworks/base/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/opengl/include/GLES/
H A Dgl.h623 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java875 // C function void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z )
877 public native void glRotatef( method in class:GLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h555 GLAPI void APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/frameworks/base/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.cpp2921 /* void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) */
2925 glRotatef(
3532 {"glRotatef", "(FFFF)V", (void *) android_glRotatef__FFFF },
H A Dcom_google_android_gles_jni_GLImpl.cpp3047 /* void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) */
3051 glRotatef(
7406 {"glRotatef", "(FFFF)V", (void *) android_glRotatef__FFFF },

Completed in 229 milliseconds