Home | History | Annotate | Download | only in WinQuake

Lines Matching refs:vr

52 	vrect_t	vr;

54 vr.x = vr.y = 0;
55 vr.width = vid.width;
56 vr.height = vid.height;
57 vr.pnext = NULL;
58 VID_Update (&vr);
74 vrect_t vr;
89 vr.x = r_refdef.vrect.x;
90 vr.y = r_refdef.vrect.y;
91 vr.width = r_refdef.vrect.width;
92 vr.height = r_refdef.vrect.height;
93 vr.pnext = NULL;
94 VID_Update (&vr);