Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching defs:glOrthof

186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
188 getDispatch()->glOrthof(left, right, bottom, top, zNear, zFar);