/aosp12/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/ |
H A D | ClearActivity.java | 152 gl.glTranslatef(pos[0], pos[1], pos[2]); in onDrawFrame() 158 gl.glTranslatef(pos[3], pos[4], pos[5]); in onDrawFrame() 164 gl.glTranslatef(pos[6], pos[7], pos[8]); in onDrawFrame()
|
/aosp12/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
H A D | CubeRenderer.java | 59 gl.glTranslatef(0, 0, -3.0f); in onDrawFrame() 70 gl.glTranslatef(0.5f, 0.5f, 0.5f); in onDrawFrame()
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/ |
H A D | CubeRenderer.java | 61 gl.glTranslatef(0, 0, -3.0f); in onDrawFrame() 72 gl.glTranslatef(0.5f, 0.5f, 0.5f); in onDrawFrame()
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/beam/ |
H A D | FireflyRenderer.java | 409 … gl.glTranslatef(mX, mY, -NEAR_CLIPPING_PLANE-mZ*(FAR_CLIPPING_PLANE-NEAR_CLIPPING_PLANE)); in draw() 413 gl.glTranslatef(TEXTURE_HEIGHT/2, TEXTURE_HEIGHT/2, 0); in draw() 415 gl.glTranslatef(-TEXTURE_HEIGHT/2, -TEXTURE_HEIGHT/2, 0); in draw()
|
/aosp12/frameworks/native/opengl/tests/filter/ |
H A D | filter.cpp | 178 glTranslatef(0, y, 0); in main()
|
/aosp12/frameworks/native/opengl/tests/gl_jni/jni/ |
H A D | gl_code.cpp | 85 glTranslatef(-eyeX, -eyeY, -eyeZ); in gluLookAt()
|
/aosp12/frameworks/native/opengl/tests/tritex/ |
H A D | tritex.cpp | 91 glTranslatef(-eyeX, -eyeY, -eyeZ); in gluLookAt()
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
H A D | stubs_arm64.cc | 289 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTranslatef); 569 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTranslatef); in init_stub_library()
|
H A D | stubs_arm.cc | 289 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTranslatef); 569 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTranslatef); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv1_CM.map.txt | 272 glTranslatef;
|
H A D | entries_gles1.in | 291 GL_ENTRY(void, glTranslatef, GLfloat x, GLfloat y, GLfloat z)
|
H A D | entries.in | 911 GL_ENTRY(void, glTranslatef, GLfloat x, GLfloat y, GLfloat z)
|
/aosp12/frameworks/native/opengl/tests/gl_basic/ |
H A D | gl_basic.cpp | 96 glTranslatef(-eyeX, -eyeY, -eyeZ); in gluLookAt()
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES10.spec | 103 void glTranslatef ( GLfloat x, GLfloat y, GLfloat z )
|
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 946 void glTranslatef( in glTranslatef() method
|
/aosp12/frameworks/native/opengl/libs/GLES_CM/ |
H A D | gl_api.in | 112 void API_ENTRY(glTranslatef)(GLfloat x, GLfloat y, GLfloat z) { 113 CALL_GL_API(glTranslatef, x, y, z);
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
H A D | glspec-1.0 | 103 void glTranslatef ( GLfloat x, GLfloat y, GLfloat z )
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10.java | 1267 public static native void glTranslatef( in glTranslatef() method in GLES10
|
H A D | GLErrorWrapper.java | 821 public void glTranslatef(float x, float y, float z) { in glTranslatef() method in GLErrorWrapper 823 mgl.glTranslatef(x, y, z); in glTranslatef()
|
H A D | GLLogWrapper.java | 2546 public void glTranslatef(float x, float y, float z) { in glTranslatef() method in GLLogWrapper 2552 mgl.glTranslatef(x, y, z); in glTranslatef()
|
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/ |
H A D | gl.h | 575 GLAPI void APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);
|
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1095 public native void glTranslatef( in glTranslatef() method in GLImpl
|
/aosp12/frameworks/native/opengl/include/GLES/ |
H A D | gl.h | 442 GL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10.cpp | 3316 glTranslatef( in android_glTranslatef__FFF()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 4047 glTranslatef( in android_glTranslatef__FFF()
|