Searched refs:glScalex (Results 1 - 14 of 14) sorted by relevance

/frameworks/native/opengl/tests/angeles/
H A Ddemo.c567 glScalex(1 << 16, 1 << 16, (GLfixed)(zScale * 65536));
585 glScalex(fixedScale, fixedScale, fixedScale);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec88 void glScalex ( GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/android/opengl/
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 DGLErrorWrapper.java700 public void glScalex(int x, int y, int z) { method in class:GLErrorWrapper
702 mgl.glScalex(x, y, z);
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/javax/microedition/khronos/opengles/
H A DGL10.java832 void glScalex( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h748 #undef glScalex macro
H A Dwrap_gles.h748 #define glScalex wrap_glScalex macro
/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/native/opengl/include/GLES/
H A Dgl.h719 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h560 GLAPI void APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1059 void glScalex(GLfixed x, GLfixed y, GLfixed z) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2712 /* void glScalex ( GLfixed x, GLfixed y, GLfixed z ) */
2716 glScalex(
3291 {"glScalex", "(III)V", (void *) android_glScalex__III },
H A Dcom_google_android_gles_jni_GLImpl.cpp3429 /* void glScalex ( GLfixed x, GLfixed y, GLfixed z ) */
3433 glScalex(
8597 {"glScalex", "(III)V", (void *) android_glScalex__III },

Completed in 1292 milliseconds