Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching defs:glFrustumf

96 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
98 getDispatch()->glFrustumf(left, right, bottom, top, zNear, zFar);