Home
last modified time | relevance | path

Searched refs:glRotatef (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
DCubeRenderer.java60 gl.glRotatef(mAngle, 0, 1, 0); in onDrawFrame()
61 gl.glRotatef(mAngle*0.25f, 1, 0, 0); in onDrawFrame()
69 gl.glRotatef(mAngle*2.0f, 0, 1, 1); in onDrawFrame()
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLES11RenderEngine.cpp95 glRotatef(90, 0, 0, 1); in setViewportAndProjection()
98 glRotatef(180, 0, 0, 1); in setViewportAndProjection()
101 glRotatef(270, 0, 0, 1); in setViewportAndProjection()
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DTriangleRenderer.java86 gl.glRotatef(angle, 0, 0, 1.0f); in onDrawFrame()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec83 void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java802 void glRotatef( in glRotatef() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.083 void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in94 void API_ENTRY(glRotatef)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) {
95 CALL_GL_API(glRotatef, angle, x, y, z);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1053 public static native void glRotatef( in glRotatef() method in GLES10
DGLErrorWrapper.java670 public void glRotatef(float angle, float x, float y, float z) { in glRotatef() method in GLErrorWrapper
672 mgl.glRotatef(angle, x, y, z); in glRotatef()
DGLLogWrapper.java2267 public void glRotatef(float angle, float x, float y, float z) { in glRotatef() method in GLLogWrapper
2275 mgl.glRotatef(angle, x, y, z); in glRotatef()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h555 GLAPI void APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java878 public native void glRotatef( in glRotatef() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h624 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h730 #define glRotatef wrap_glRotatef macro
Dunwrap_gles.h730 #undef glRotatef
/frameworks/native/opengl/libagl/
Dmatrix.cpp1036 void glRotatef(GLfloat a, GLfloat x, GLfloat y, GLfloat z) in glRotatef() function
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2661 glRotatef( in android_glRotatef__FFFF()
Dcom_google_android_gles_jni_GLImpl.cpp3378 glRotatef( in android_glRotatef__FFFF()
/frameworks/native/opengl/libs/
Dentries.in711 GL_ENTRY(void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18980 method public static void glRotatef(float, float, float, float);
51902 method public abstract void glRotatef(float, float, float, float);
/frameworks/base/api/
Dcurrent.txt25490 method public static void glRotatef(float, float, float, float);
62774 method public abstract void glRotatef(float, float, float, float);
Dsystem-current.txt27930 method public static void glRotatef(float, float, float, float);
66131 method public abstract void glRotatef(float, float, float, float);
Dtest-current.txt25559 method public static void glRotatef(float, float, float, float);
62854 method public abstract void glRotatef(float, float, float, float);