HomeSort by relevance Sort by last modified time
    Searched full:newsky (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
r_sky.c 43 byte newsky[128*256]; // newsky and topsky both pack in here, 128 bytes variable
44 // of newsky on the left of each scan, 128 bytes
67 newsky[(i*256) + j + 128] = src[i*256 + j + 128];
88 r_skysource = newsky;
114 pnewsky = (unsigned *)&newsky[0];
172 pnewsky = (unsigned *)&newsky[0];
231 pnewsky = (byte *)&newsky[0];
  /external/quake/quake/src/WinQuake/
r_sky.cpp 43 byte newsky[128*256]; // newsky and topsky both pack in here, 128 bytes variable
44 // of newsky on the left of each scan, 128 bytes
67 newsky[(i*256) + j + 128] = src[i*256 + j + 128];
88 r_skysource = newsky;
114 pnewsky = (unsigned *)&newsky[0];
172 pnewsky = (unsigned *)&newsky[0];
231 pnewsky = (byte *)&newsky[0];
WinQuake.ncb     [all...]

Completed in 72 milliseconds