Searched defs:glScalex (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dmatrix.cpp1059 void glScalex(GLfixed x, GLfixed y, GLfixed z) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java700 public void glScalex(int x, int y, int z) { method in class:GLErrorWrapper
702 mgl.glScalex(x, y, z);
H A DGLES10.java1107 // C function void glScalex ( GLfixed x, GLfixed y, GLfixed z )
1109 public static native void glScalex( method in class:GLES10
H A DGLLogWrapper.java2322 public void glScalex(int x, int y, int z) { method in class:GLLogWrapper
2323 begin("glScalex");
2329 mgl.glScalex(x, y, z);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java915 // C function void glScalex ( GLfixed x, GLfixed y, GLfixed z )
917 public native void glScalex( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java832 void glScalex( method in interface:GL10

Completed in 227 milliseconds