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

  /external/quake/quake/src/QW/client/
r_surf.c 234 int smax, tmax, twidth; local
281 twidth = texwidth;
284 r_stepback = tmax * twidth;
294 + (tmax << 16)) % tmax) * twidth)];
  /external/quake/quake/src/WinQuake/
r_surf.cpp 251 int smax, tmax, twidth; local
298 twidth = texwidth;
301 r_stepback = tmax * twidth;
311 + (tmax << 16)) % tmax) * twidth)];
  /external/qemu-pc-bios/vgabios/
vgabios.c 832 Bit16u i,twidth,theightm1,cheight; local
856 twidth=video_param_table[vpti].twidth;
982 write_word(BIOSMEM_SEG,BIOSMEM_NB_COLS,twidth);
    [all...]
vgatables.h 141 Bit8u twidth; member in struct:__anon10342

Completed in 461 milliseconds