Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glOrthoxOES

976 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
978 getDispatch()->glOrthoxOES(left, right, bottom, top, zNear, zFar);