HomeSort by relevance Sort by last modified time
    Searched refs:fracstep (Results 1 - 6 of 6) sorted by null

  /external/quake/quake/src/QW/client/
gl_rmisc.c 246 unsigned frac, fracstep; local
343 fracstep = tinwidth*0x10000/scaled_width;
347 frac = fracstep >> 1;
351 frac += fracstep;
353 frac += fracstep;
355 frac += fracstep;
357 frac += fracstep;
370 fracstep = tinwidth*0x10000/scaled_width;
374 frac = fracstep >> 1;
378 frac += fracstep;
    [all...]
snd_mem.c 39 int sample, samplefrac, fracstep; local
73 fracstep = stepscale*256;
77 samplefrac += fracstep;
gl_draw.c 1015 unsigned frac, fracstep; local
1017 fracstep = inwidth*0x10000/outwidth;
1021 frac = fracstep >> 1;
1025 frac += fracstep;
1027 frac += fracstep;
1029 frac += fracstep;
1031 frac += fracstep;
1045 unsigned frac, fracstep; local
1047 fracstep = inwidth*0x10000/outwidth;
1051 frac = fracstep >> 1
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rmisc.cpp 254 unsigned frac, fracstep; local
341 fracstep = inwidth*0x10000/scaled_width;
345 frac = fracstep >> 1;
349 frac += fracstep;
351 frac += fracstep;
353 frac += fracstep;
355 frac += fracstep;
368 fracstep = inwidth*0x10000/scaled_width;
372 frac = fracstep >> 1;
376 frac += fracstep;
    [all...]
snd_mem.cpp 39 int sample, samplefrac, fracstep; local
73 fracstep = (int) (stepscale*256);
77 samplefrac += fracstep;
gl_draw.cpp 1274 unsigned frac, fracstep; local
1276 fracstep = inwidth*0x10000/outwidth;
1280 frac = fracstep >> 1;
1284 frac += fracstep;
1286 frac += fracstep;
1288 frac += fracstep;
1290 frac += fracstep;
1304 unsigned frac, fracstep; local
1306 fracstep = inwidth*0x10000/outwidth;
1310 frac = fracstep >> 1
    [all...]

Completed in 1479 milliseconds