Searched defs:glTranslatef (Results 1 - 6 of 6) sorted by relevance
/frameworks/base/opengl/libagl/ |
H A D | matrix.cpp | 1067 void glTranslatef(GLfloat x, GLfloat y, GLfloat z) function
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLErrorWrapper.java | 821 public void glTranslatef(float x, float y, float z) { method in class:GLErrorWrapper 823 mgl.glTranslatef(x, y, z);
|
H A D | GLES10.java | 1265 // C function void glTranslatef ( GLfloat x, GLfloat y, GLfloat z ) 1267 public static native void glTranslatef( method in class:GLES10
|
H A D | GLLogWrapper.java | 2546 public void glTranslatef(float x, float y, float z) { method in class:GLLogWrapper 2547 begin("glTranslatef"); 2552 mgl.glTranslatef(x, y, z);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1089 // C function void glTranslatef ( GLfloat x, GLfloat y, GLfloat z ) 1091 public native void glTranslatef( method in class:GLImpl
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 946 void glTranslatef( method in interface:GL10
|
Completed in 40 milliseconds