Home
last modified time | relevance | path

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

/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/
Dwrap_gles.h749 #define glScalexOES wrap_glScalexOES macro
Dunwrap_gles.h749 #undef glScalexOES
/frameworks/native/opengl/include/GLES/
Dglext.h700 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp2073 glScalexOES( in android_glScalexOES__III()
/frameworks/native/opengl/libs/
Dentries.in730 GL_ENTRY(void, glScalexOES, GLfixed x, GLfixed y, GLfixed z)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19550 method public static void glScalexOES(int, int, int);
/frameworks/base/api/
Dcurrent.txt26060 method public static void glScalexOES(int, int, int);
Dsystem-current.txt28500 method public static void glScalexOES(int, int, int);
Dtest-current.txt26129 method public static void glScalexOES(int, int, int);