Searched defs:glRotatef (Results 1 - 6 of 6) sorted by relevance
/frameworks/base/opengl/libagl/ |
H A D | matrix.cpp | 1036 void glRotatef(GLfloat a, GLfloat x, GLfloat y, GLfloat z) function
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLErrorWrapper.java | 670 public void glRotatef(float angle, float x, float y, float z) { method in class:GLErrorWrapper 672 mgl.glRotatef(angle, x, y, z);
|
H A D | GLES10.java | 1051 // C function void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) 1053 public static native void glRotatef( method in class:GLES10
|
H A D | GLLogWrapper.java | 2267 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/com/google/android/gles_jni/ |
H A D | GLImpl.java | 875 // C function void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) 877 public native void glRotatef( method in class:GLImpl
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 802 void glRotatef( method in interface:GL10
|
Completed in 35 milliseconds