Searched refs:glTranslatef (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java59 gl.glTranslatef(0, 0, -3.0f);
70 gl.glTranslatef(0.5f, 0.5f, 0.5f);
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java152 gl.glTranslatef(pos[0], pos[1], pos[2]);
158 gl.glTranslatef(pos[3], pos[4], pos[5]);
164 gl.glTranslatef(pos[6], pos[7], pos[8]);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp176 glTranslatef(0, y, 0);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp80 glTranslatef(-eyeX, -eyeY, -eyeZ);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp91 glTranslatef(-eyeX, -eyeY, -eyeZ);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp94 glTranslatef(-eyeX, -eyeY, -eyeZ);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec103 void glTranslatef ( GLfloat x, GLfloat y, GLfloat z )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1265 // C function void glTranslatef ( GLfloat x, GLfloat y, GLfloat z )
1267 public static native void glTranslatef( method in class:GLES10
H A DGLErrorWrapper.java821 public void glTranslatef(float x, float y, float z) { method in class:GLErrorWrapper
823 mgl.glTranslatef(x, y, z);
H A DGLLogWrapper.java2546 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/javax/microedition/khronos/opengles/
H A DGL10.java946 void glTranslatef( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h830 #define glTranslatef wrap_glTranslatef macro
H A Dgles_undefine.h830 #undef glTranslatef macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1090 // C function void glTranslatef ( GLfloat x, GLfloat y, GLfloat z )
1092 public native void glTranslatef( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h630 GL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h575 GLAPI void APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1067 void glTranslatef(GLfloat x, GLfloat y, GLfloat z) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp3346 /* void glTranslatef ( GLfloat x, GLfloat y, GLfloat z ) */
3350 glTranslatef(
3533 {"glTranslatef", "(FFF)V", (void *) android_glTranslatef__FFF },
H A Dcom_google_android_gles_jni_GLImpl.cpp4102 /* void glTranslatef ( GLfloat x, GLfloat y, GLfloat z ) */
4106 glTranslatef(
9214 {"glTranslatef", "(FFF)V", (void *) android_glTranslatef__FFF },

Completed in 331 milliseconds