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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec22 void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java347 // C function void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
349 public static native void glFrustumxOES( method in class:GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto160 glFrustumxOES = 134;
/frameworks/native/opengl/include/GLES/
H A Dglext.h626 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp775 const GLMessage_Function GLMessage::glFrustumxOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1123 static const Function glFrustumxOES = GLMessage_Function_glFrustumxOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp19824 glmsg.set_function(GLMessage::glFrustumxOES);
19865 glContext->hooks->gl.glFrustumxOES(left, right, bottom, top, zNear, zFar);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp987 /* void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
991 glFrustumxOES(
3487 {"glFrustumxOES", "(IIIIII)V", (void *) android_glFrustumxOES__IIIIII },

Completed in 144 milliseconds