Home
last modified time | relevance | path

Searched refs:glScalex (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt236 glScalex;
Dentries_gles1.in250 GL_ENTRY(void, glScalex, GLfixed x, GLfixed y, GLfixed z)
Dentries.in810 GL_ENTRY(void, glScalex, GLfixed x, GLfixed y, GLfixed z)
/frameworks/native/opengl/tests/angeles/
Ddemo.c567 glScalex(1 << 16, 1 << 16, (GLfixed)(zScale * 65536)); in drawModels()
585 glScalex(fixedScale, fixedScale, fixedScale); in drawModels()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec88 void glScalex ( GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java832 void glScalex( in glScalex() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.088 void glScalex ( GLfixed x, GLfixed y, GLfixed z )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in373 void API_ENTRY(glScalex)(GLfixed x, GLfixed y, GLfixed z) {
374 CALL_GL_API(glScalex, x, y, z);
/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
702 mgl.glScalex(x, y, z); in glScalex()
DGLLogWrapper.java2322 public void glScalex(int x, int y, int z) { in glScalex() method in GLLogWrapper
2329 mgl.glScalex(x, y, z); in glScalex()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h560 GLAPI void APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java918 public native void glScalex( in glScalex() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h529 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h746 #define glScalex wrap_glScalex macro
Dgles_undefine.h745 #undef glScalex
/frameworks/native/opengl/libagl/
Dmatrix.cpp1048 void glScalex(GLfixed x, GLfixed y, GLfixed z) in glScalex() function
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2870 glScalex( in android_glScalex__III()
Dcom_google_android_gles_jni_GLImpl.cpp3557 glScalex( in android_glScalex__III()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18985 method public static void glScalex(int, int, int);
51907 method public abstract void glScalex(int, int, int);
/frameworks/base/api/
Dcurrent.txt31368 method public static void glScalex(int, int, int);
74739 method public void glScalex(int, int, int);