Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glOrthox

616 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
618 getDispatch()->glOrthox(left, right, bottom, top, zNear, zFar);