Searched refs:glFrustumf (Results 1 - 20 of 20) 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.cpp192 glFrustumf(-ratio, ratio, -1, 1, 1, 10);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp301 glFrustumf(-ratio, ratio, -1, 1, 1, 10);
/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/libs/hwui/debug/
H A Dgles_redefine.h291 #define glFrustumf wrap_glFrustumf macro
H A Dgles_undefine.h291 #undef glFrustumf macro
/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.cpp1263 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
1267 glFrustumf(
3456 {"glFrustumf", "(FFFFFF)V", (void *) android_glFrustumf__FFFFFF },
H A Dcom_google_android_gles_jni_GLImpl.cpp1128 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
1132 glFrustumf(
9137 {"glFrustumf", "(FFFFFF)V", (void *) android_glFrustumf__FFFFFF },

Completed in 2888 milliseconds