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

/frameworks/native/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.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/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java496 void glFrustumf( method in interface:GL10
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp963 const GLMessage_Function GLMessage::glFrustumf; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1311 static const Function glFrustumf = GLMessage_Function_glFrustumf; member in class:android::gltrace::GLMessage

Completed in 219 milliseconds