Searched refs:glFrustumx (Results 1 - 16 of 16) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto159 glFrustumx = 133;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec41 void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java626 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
628 public static native void glFrustumx( method in class:GLES10
H A DGLErrorWrapper.java340 public void glFrustumx(int left, int right, int bottom, int top, int near, method in class:GLErrorWrapper
343 mgl.glFrustumx(left, right, bottom, top, near, far);
H A DGLLogWrapper.java1681 public void glFrustumx(int left, int right, int bottom, int top, int near, method in class:GLLogWrapper
1683 begin("glFrustumx");
1692 mgl.glFrustumx(left, right, bottom, top, near, far);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java505 void glFrustumx( method in interface:GL10
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java440 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
442 public native void glFrustumx( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1003 void glFrustumx( function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp1088 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1092 glFrustumx(
3113 {"glFrustumx", "(IIIIII)V", (void *) android_glFrustumx__IIIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp1078 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1082 glFrustumx(
8534 {"glFrustumx", "(IIIIII)V", (void *) android_glFrustumx__IIIIII },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp965 const GLMessage_Function GLMessage::glFrustumx; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1313 static const Function glFrustumx = GLMessage_Function_glFrustumx; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp25084 glmsg.set_function(GLMessage::glFrustumx);
25125 glContext->hooks->gl.glFrustumx(l, r, b, t, n, f);
[all...]

Completed in 2065 milliseconds