Home | History | Annotate | Download | only in client

Lines Matching defs:vr

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