Searched refs:glRotatef (Results 1 - 17 of 17) 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/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java86 gl.glRotatef(angle, 0, 0, 1.0f);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto315 glRotatef = 289;
/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/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.cpp2538 /* void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) */
2542 glRotatef(
3167 {"glRotatef", "(FFFF)V", (void *) android_glRotatef__FFFF },
H A Dcom_google_android_gles_jni_GLImpl.cpp3370 /* void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) */
3374 glRotatef(
8588 {"glRotatef", "(FFFF)V", (void *) android_glRotatef__FFFF },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp930 const GLMessage_Function GLMessage::glRotatef; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1278 static const Function glRotatef = GLMessage_Function_glRotatef; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp16726 glmsg.set_function(GLMessage::glRotatef);
16755 glContext->hooks->gl.glRotatef(angle, x, y, z);

Completed in 680 milliseconds