Searched defs:r_sourcemax (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_surf.c38 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/
H A Dr_surf.cpp38 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 40 milliseconds