Lines Matching refs:screenaspect
1167 float screenaspect;1203 screenaspect = (float)r_refdef.vrect.width/r_refdef.vrect.height;1205 MYgluPerspective (r_refdef.fov_y, screenaspect, 4, 4096);