/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 581 glTranslatex((x * translationScale) * 65536, in drawModels() 599 glTranslatex(fixedOffs, -4 * 65536, 2 << 16); in drawModels() 603 glTranslatex(-4 * 65536, fixedOffs, 4 << 16); in drawModels() 696 glTranslatex((GLfixed)(-eyex * 65536), in gluLookAt()
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 273 glTranslatex;
|
D | entries_gles1.in | 292 GL_ENTRY(void, glTranslatex, GLfixed x, GLfixed y, GLfixed z)
|
D | entries.in | 912 GL_ENTRY(void, glTranslatex, GLfixed x, GLfixed y, GLfixed z)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 104 void glTranslatex ( GLfixed x, GLfixed y, GLfixed z )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 952 void glTranslatex( in glTranslatex() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 104 void glTranslatex ( GLfixed x, GLfixed y, GLfixed z )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 424 void API_ENTRY(glTranslatex)(GLfixed x, GLfixed y, GLfixed z) { 425 CALL_GL_API(glTranslatex, x, y, z);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 1275 public static native void glTranslatex( in glTranslatex() method in GLES10
|
D | GLErrorWrapper.java | 827 public void glTranslatex(int x, int y, int z) { in glTranslatex() method in GLErrorWrapper 829 mgl.glTranslatex(x, y, z); in glTranslatex()
|
D | GLLogWrapper.java | 2556 public void glTranslatex(int x, int y, int z) { in glTranslatex() method in GLLogWrapper 2562 mgl.glTranslatex(x, y, z); in glTranslatex()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 576 GLAPI void APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1100 public native void glTranslatex( in glTranslatex() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 546 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_undefine.h | 831 #undef glTranslatex
|
D | gles_redefine.h | 832 #define glTranslatex wrap_glTranslatex macro
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 1063 void glTranslatex(GLfixed x, GLfixed y, GLfixed z) in glTranslatex() function
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 3326 glTranslatex( in android_glTranslatex__III()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4057 glTranslatex( in android_glTranslatex__III()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |