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

/external/quake/quake/src/QW/client/
H A Dr_surf.c328 int v, i, b, lightstep, lighttemp, light; local
347 lightstep = lighttemp >> 4;
356 light += lightstep;
378 int v, i, b, lightstep, lighttemp, light; local
397 lightstep = lighttemp >> 3;
406 light += lightstep;
428 int v, i, b, lightstep, lighttemp, light; local
447 lightstep = lighttemp >> 2;
456 light += lightstep;
478 int v, i, b, lightstep, lighttem local
532 int lighttemp, lightstep, light; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dr_surf.cpp345 int v, i, b, lightstep, lighttemp, light; local
364 lightstep = lighttemp >> 4;
373 light += lightstep;
395 int v, i, b, lightstep, lighttemp, light; local
414 lightstep = lighttemp >> 3;
423 light += lightstep;
445 int v, i, b, lightstep, lighttemp, light; local
464 lightstep = lighttemp >> 2;
473 light += lightstep;
495 int v, i, b, lightstep, lighttem local
549 int lighttemp, lightstep, light; local
[all...]

Completed in 42 milliseconds