Searched refs:glScalexOES (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/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 | 638 public static native void glScalexOES( in glScalexOES() method in GLES11Ext
|
/frameworks/base/opengl/libs/GLES_CM/ |
D | glext_api.in | 139 void API_ENTRY(glScalexOES)(GLfixed x, GLfixed y, GLfixed z) { 140 CALL_GL_API(glScalexOES, x, y, z);
|
/frameworks/base/opengl/include/GLES/ |
D | glext.h | 562 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
|
/frameworks/base/opengl/libs/ |
D | glesv2dbg_functions.h | 300 GL_ENTRY(void, glScalexOES, GLfixed x, GLfixed y, GLfixed z)
|
D | entries.in | 298 GL_ENTRY(void, glScalexOES, GLfixed x, GLfixed y, GLfixed z)
|
D | debug.in | 203 TRACE_GL_VOID(glScalexOES, (GLfixed x, GLfixed y, GLfixed z), (x, y, z), 3, "GLfixed", x, "GLfixed"…
|
D | trace.in | 298 TRACE_GL_VOID(glScalexOES, (GLfixed x, GLfixed y, GLfixed z), (x, y, z), 3, "GLfixed", x, "GLfixed"…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 1452 glScalexOES( in android_glScalexOES__III()
|
/frameworks/base/api/ |
D | current.txt | 13521 method public static void glScalexOES(int, int, int);
|
D | 14.txt | 13521 method public static void glScalexOES(int, int, int);
|