Home
last modified time | relevance | path

Searched defs:glScalex (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/libagl/
Dmatrix.cpp1059 void glScalex(GLfixed x, GLfixed y, GLfixed z) in glScalex() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java832 void glScalex( in glScalex() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1093 public static native void glScalex( in glScalex() method in GLES10
DGLErrorWrapper.java700 public void glScalex(int x, int y, int z) { in glScalex() method in GLErrorWrapper
DGLLogWrapper.java2322 public void glScalex(int x, int y, int z) { in glScalex() method in GLLogWrapper
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h748 #define glScalex wrap_glScalex macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java918 public native void glScalex( in glScalex() method in GLImpl