Searched refs:glFrustumf (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java97 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10);
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java103 gl.glFrustumf(-ratio, ratio, -1, 1, 3, 7);
/frameworks/base/opengl/java/android/opengl/
H A DGLU.java117 gl.glFrustumf(left, right, bottom, top, zNear, zFar);
H A DGLES10.java615 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
617 public static native void glFrustumf( method in class:GLES10
H A DGLErrorWrapper.java333 public void glFrustumf(float left, float right, float bottom, float top, method in class:GLErrorWrapper
336 mgl.glFrustumf(left, right, bottom, top, near, far);
H A DGLLogWrapper.java1666 public void glFrustumf(float left, float right, float bottom, float top, method in class:GLLogWrapper
1668 begin("glFrustumf");
1677 mgl.glFrustumf(left, right, bottom, top, near, far);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp98 glFrustumf(-ratio, ratio, -1, 1, 1, 10);
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java86 gl.glFrustumf(fl, fr, fb, ft, 1.0f, 2000.0f);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp191 glFrustumf(-ratio, ratio, -1, 1, 1, 10);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp300 glFrustumf(-ratio, ratio, -1, 1, 1, 10);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto157 glFrustumf = 131;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec40 void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java496 void glFrustumf( method in interface:GL10
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java429 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
431 public native void glFrustumf( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h512 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp994 void glFrustumf( function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp1074 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
1078 glFrustumf(
3112 {"glFrustumf", "(FFFFFF)V", (void *) android_glFrustumf__FFFFFF },
H A Dcom_google_android_gles_jni_GLImpl.cpp1064 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
1068 glFrustumf(
8533 {"glFrustumf", "(FFFFFF)V", (void *) android_glFrustumf__FFFFFF },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp772 const GLMessage_Function GLMessage::glFrustumf; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1120 static const Function glFrustumf = GLMessage_Function_glFrustumf; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp15974 glmsg.set_function(GLMessage::glFrustumf);
16015 glContext->hooks->gl.glFrustumf(left, right, bottom, top, zNear, zFar);

Completed in 510 milliseconds