HomeSort by relevance Sort by last modified time
    Searched defs:r_sourcemax (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/client/
r_surf.c 38 unsigned char *r_source, *r_sourcemax; variable
286 r_sourcemax = r_source + (tmax * smax);
365 if (psource >= r_sourcemax)
415 if (psource >= r_sourcemax)
465 if (psource >= r_sourcemax)
515 if (psource >= r_sourcemax)
  /external/quake/quake/src/WinQuake/
r_surf.cpp 38 unsigned char *r_source, *r_sourcemax; variable
303 r_sourcemax = r_source + (tmax * smax);
382 if (psource >= r_sourcemax)
432 if (psource >= r_sourcemax)
482 if (psource >= r_sourcemax)
532 if (psource >= r_sourcemax)

Completed in 219 milliseconds