Home
last modified time | relevance | path

Searched refs:glScalexOES (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt237 glScalexOES;
Dentries.in811 GL_ENTRY(void, glScalexOES, GLfixed x, GLfixed y, GLfixed z)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec47 void glScalexOES ( GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java642 public static native void glScalexOES( in glScalexOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in127 void API_ENTRY(glScalexOES)(GLfixed x, GLfixed y, GLfixed z) {
128 CALL_GL_API(glScalexOES, x, y, z);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h747 #define glScalexOES wrap_glScalexOES macro
Dgles_undefine.h746 #undef glScalexOES
/frameworks/native/opengl/include/GLES/
Dglext.h239 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp2325 glScalexOES( in android_glScalexOES__III()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19550 method public static void glScalexOES(int, int, int);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28437 Landroid/opengl/GLES11Ext;->glScalexOES(III)V
/frameworks/base/api/
Dcurrent.txt29977 method public static void glScalexOES(int, int, int);