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/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1128 const GLMessage_Function GLMessage::glScalex; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1476 static const Function glScalex = GLMessage_Function_glScalex; member in class:android::gltrace::GLMessage

Completed in 58 milliseconds