Searched refs:glScalexOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 47 void glScalexOES ( GLfixed x, GLfixed y, GLfixed z )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 642 public static native void glScalexOES( in glScalexOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 127 void API_ENTRY(glScalexOES)(GLfixed x, GLfixed y, GLfixed z) { 128 CALL_GL_API(glScalexOES, x, y, z);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 749 #define glScalexOES wrap_glScalexOES macro
|
D | unwrap_gles.h | 749 #undef glScalexOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 700 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2073 glScalexOES( in android_glScalexOES__III()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 730 GL_ENTRY(void, glScalexOES, GLfixed x, GLfixed y, GLfixed z)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19550 method public static void glScalexOES(int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 26060 method public static void glScalexOES(int, int, int);
|
D | system-current.txt | 28500 method public static void glScalexOES(int, int, int);
|
D | test-current.txt | 26129 method public static void glScalexOES(int, int, int);
|