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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec52 void glTranslatexOES ( GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java698 // C function void glTranslatexOES ( GLfixed x, GLfixed y, GLfixed z )
700 public static native void glTranslatexOES( method in class:GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto367 glTranslatexOES = 341;
/frameworks/native/opengl/include/GLES/
H A Dglext.h705 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1173 const GLMessage_Function GLMessage::glTranslatexOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1521 static const Function glTranslatexOES = GLMessage_Function_glTranslatexOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2120 /* void glTranslatexOES ( GLfixed x, GLfixed y, GLfixed z ) */
2124 glTranslatexOES(
3531 {"glTranslatexOES", "(III)V", (void *) android_glTranslatexOES__III },

Completed in 202 milliseconds