Searched refs:baseofs (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_sky.c100 int ofs, baseofs; local
118 baseofs = ((y+yshift) & SKYMASK) * 131;
125 ofs = baseofs + ((x+xshift) & SKYMASK);
139 ofs = baseofs + ((x+xshift) & SKYMASK);
164 int ofs, baseofs; local
177 baseofs = ((y+yshift) & SKYMASK) * 131;
184 ofs = baseofs + ((x+xshift) & SKYMASK);
199 ofs = baseofs + ((x+xshift) & SKYMASK);
223 int ofs, baseofs; local
236 baseofs
[all...]
/external/quake/quake/src/WinQuake/
H A Dr_sky.cpp100 int ofs, baseofs; local
118 baseofs = ((y+yshift) & SKYMASK) * 131;
125 ofs = baseofs + ((x+xshift) & SKYMASK);
139 ofs = baseofs + ((x+xshift) & SKYMASK);
164 int ofs, baseofs; local
177 baseofs = ((y+yshift) & SKYMASK) * 131;
184 ofs = baseofs + ((x+xshift) & SKYMASK);
199 ofs = baseofs + ((x+xshift) & SKYMASK);
223 int ofs, baseofs; local
236 baseofs
[all...]

Completed in 69 milliseconds