Home | History | Annotate | Download | only in client

Lines Matching full:extents

702 Fills in s->texturemins[] and s->extents[]
745 s->extents[i] = (bmaxs[i] - bmins[i]) * 16;
746 if ( !(tex->flags & TEX_SPECIAL) && s->extents[i] > 512 /* 256 */ )
747 Sys_Error ("Bad surface extents");
816 out->extents[i] = 16384;