Home
last modified time | relevance | path

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

/frameworks/base/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec47 void glScalexOES ( GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java638 public static native void glScalexOES( in glScalexOES() method in GLES11Ext
/frameworks/base/opengl/libs/GLES_CM/
Dglext_api.in139 void API_ENTRY(glScalexOES)(GLfixed x, GLfixed y, GLfixed z) {
140 CALL_GL_API(glScalexOES, x, y, z);
/frameworks/base/opengl/include/GLES/
Dglext.h562 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/opengl/libs/
Dglesv2dbg_functions.h300 GL_ENTRY(void, glScalexOES, GLfixed x, GLfixed y, GLfixed z)
Dentries.in298 GL_ENTRY(void, glScalexOES, GLfixed x, GLfixed y, GLfixed z)
Ddebug.in203 TRACE_GL_VOID(glScalexOES, (GLfixed x, GLfixed y, GLfixed z), (x, y, z), 3, "GLfixed", x, "GLfixed"…
Dtrace.in298 TRACE_GL_VOID(glScalexOES, (GLfixed x, GLfixed y, GLfixed z), (x, y, z), 3, "GLfixed", x, "GLfixed"…
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1452 glScalexOES( in android_glScalexOES__III()
/frameworks/base/api/
Dcurrent.txt13521 method public static void glScalexOES(int, int, int);
D14.txt13521 method public static void glScalexOES(int, int, int);