Searched refs:glScalexOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 237 glScalexOES;
|
D | entries.in | 811 GL_ENTRY(void, glScalexOES, GLfixed x, GLfixed y, GLfixed z)
|
/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 | gles_redefine.h | 747 #define glScalexOES wrap_glScalexOES macro
|
D | gles_undefine.h | 746 #undef glScalexOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 239 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2325 glScalexOES( in android_glScalexOES__III()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19550 method public static void glScalexOES(int, int, int);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 28437 Landroid/opengl/GLES11Ext;->glScalexOES(III)V
|
/frameworks/base/api/ |
D | current.txt | 29977 method public static void glScalexOES(int, int, int);
|