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

/frameworks/native/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.java1091 // C function void glScalex ( GLfixed x, GLfixed y, GLfixed z )
1093 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.java916 // C function void glScalex ( GLfixed x, GLfixed y, GLfixed z )
918 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
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h745 #define glScalex wrap_glScalex macro
H A Dgles_undefine.h745 #undef glScalex macro

Completed in 135 milliseconds