Searched refs:glScalexOES (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec47 void glScalexOES ( GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java640 // C function void glScalexOES ( GLfixed x, GLfixed y, GLfixed z )
642 public static native void glScalexOES( method in class:GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto323 glScalexOES = 297;
/frameworks/native/opengl/include/GLES/
H A Dglext.h700 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1129 const GLMessage_Function GLMessage::glScalexOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1477 static const Function glScalexOES = GLMessage_Function_glScalexOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp29084 glmsg.set_function(GLMessage::glScalexOES);
29107 glContext->hooks->gl.glScalexOES(x, y, z);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1951 /* void glScalexOES ( GLfixed x, GLfixed y, GLfixed z ) */
1955 glScalexOES(
3524 {"glScalexOES", "(III)V", (void *) android_glScalexOES__III },

Completed in 444 milliseconds