Searched defs:glFrustumf (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dmatrix.cpp994 void glFrustumf( function
/frameworks/base/opengl/java/android/opengl/
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 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 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/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java428 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
430 public native void glFrustumf( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java496 void glFrustumf( method in interface:GL10

Completed in 89 milliseconds