Searched defs:glTranslatex (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1074 void glTranslatex(GLfixed x, GLfixed y, GLfixed z) function
/frameworks/base/opengl/java/android/opengl/
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 DGLES10.java1273 // C function void glTranslatex ( GLfixed x, GLfixed y, GLfixed z )
1275 public static native void glTranslatex( method in class:GLES10
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/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/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java952 void glTranslatex( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h831 #define glTranslatex wrap_glTranslatex macro
H A Dgles_undefine.h831 #undef glTranslatex macro

Completed in 134 milliseconds