Searched refs:glTranslatex (Results 1 - 14 of 14) sorted by relevance

/frameworks/native/opengl/tests/angeles/
H A Ddemo.c581 glTranslatex((x * translationScale) * 65536,
599 glTranslatex(fixedOffs, -4 * 65536, 2 << 16);
603 glTranslatex(-4 * 65536, fixedOffs, 4 << 16);
696 glTranslatex((GLfixed)(-eyex * 65536),
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec104 void glTranslatex ( GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1273 // C function void glTranslatex ( GLfixed x, GLfixed y, GLfixed z )
1275 public static native void glTranslatex( method in class:GLES10
H A DGLErrorWrapper.java827 public void glTranslatex(int x, int y, int z) { method in class:GLErrorWrapper
829 mgl.glTranslatex(x, y, z);
H A DGLLogWrapper.java2556 public void glTranslatex(int x, int y, int z) { method in class:GLLogWrapper
2557 begin("glTranslatex");
2562 mgl.glTranslatex(x, y, z);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java952 void glTranslatex( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h834 #undef glTranslatex macro
H A Dwrap_gles.h834 #define glTranslatex wrap_glTranslatex macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1098 // C function void glTranslatex ( GLfixed x, GLfixed y, GLfixed z )
1100 public native void glTranslatex( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h736 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h576 GLAPI void APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1074 void glTranslatex(GLfixed x, GLfixed y, GLfixed z) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp3138 /* void glTranslatex ( GLfixed x, GLfixed y, GLfixed z ) */
3142 glTranslatex(
3309 {"glTranslatex", "(III)V", (void *) android_glTranslatex__III },
H A Dcom_google_android_gles_jni_GLImpl.cpp3899 /* void glTranslatex ( GLfixed x, GLfixed y, GLfixed z ) */
3903 glTranslatex(
8615 {"glTranslatex", "(III)V", (void *) android_glTranslatex__III },

Completed in 1057 milliseconds