Searched defs:lighttemp (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
346 lighttemp = lightleft - lightright;
347 lightstep = lighttemp >> 4;
378 int v, i, b, lightstep, lighttemp, light; local
396 lighttemp = lightleft - lightright;
397 lightstep = lighttemp >> 3;
428 int v, i, b, lightstep, lighttemp, light; local
446 lighttemp = lightleft - lightright;
447 lightstep = lighttemp >> 2;
478 int v, i, b, lightstep, lighttemp, ligh 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
363 lighttemp = lightleft - lightright;
364 lightstep = lighttemp >> 4;
395 int v, i, b, lightstep, lighttemp, light; local
413 lighttemp = lightleft - lightright;
414 lightstep = lighttemp >> 3;
445 int v, i, b, lightstep, lighttemp, light; local
463 lighttemp = lightleft - lightright;
464 lightstep = lighttemp >> 2;
495 int v, i, b, lightstep, lighttemp, ligh local
549 int lighttemp, lightstep, light; local
[all...]

Completed in 114 milliseconds