/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 236 glScalex;
|
D | entries_gles1.in | 250 GL_ENTRY(void, glScalex, GLfixed x, GLfixed y, GLfixed z)
|
D | entries.in | 810 GL_ENTRY(void, glScalex, GLfixed x, GLfixed y, GLfixed z)
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 567 glScalex(1 << 16, 1 << 16, (GLfixed)(zScale * 65536)); in drawModels() 585 glScalex(fixedScale, fixedScale, fixedScale); in drawModels()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 88 void glScalex ( GLfixed x, GLfixed y, GLfixed z )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 832 void glScalex( in glScalex() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 88 void glScalex ( GLfixed x, GLfixed y, GLfixed z )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 373 void API_ENTRY(glScalex)(GLfixed x, GLfixed y, GLfixed z) { 374 CALL_GL_API(glScalex, x, y, z);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 1093 public static native void glScalex( in glScalex() method in GLES10
|
D | GLErrorWrapper.java | 700 public void glScalex(int x, int y, int z) { in glScalex() method in GLErrorWrapper 702 mgl.glScalex(x, y, z); in glScalex()
|
D | GLLogWrapper.java | 2322 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/ |
D | gl.h | 560 GLAPI void APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 918 public native void glScalex( in glScalex() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 529 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 746 #define glScalex wrap_glScalex macro
|
D | gles_undefine.h | 745 #undef glScalex
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 1048 void glScalex(GLfixed x, GLfixed y, GLfixed z) in glScalex() function
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2870 glScalex( in android_glScalex__III()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3557 glScalex( in android_glScalex__III()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18985 method public static void glScalex(int, int, int); 51907 method public abstract void glScalex(int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 31368 method public static void glScalex(int, int, int); 74739 method public void glScalex(int, int, int);
|