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

  /external/quake/quake/src/WinQuake/
r_surf.cpp 54 unsigned blocklights[18*18]; variable
125 blocklights[i] += temp;
128 if (blocklights[i] > temp)
129 blocklights[i] -= temp;
131 blocklights[i] = 0;
135 blocklights[t*smax + s] += (rad - dist)*256;
146 Combine and scale multiple lightmaps into the 8.8 format in blocklights
169 blocklights[i] = 0;
175 blocklights[i] = r_refdef.ambientlight<<8;
185 blocklights[i] += lightmap[i] * scale;
    [all...]
gl_rsurf.cpp 35 unsigned blocklights[18*18]; variable
124 blocklights[t*smax + s] += (int)((rad - dist)*256);
135 Combine and scale multiple lightmaps into the 8.8 format in blocklights
160 blocklights[i] = 255*256;
166 blocklights[i] = 0;
176 blocklights[i] += lightmap[i] * scale;
190 bl = blocklights;
207 bl = blocklights;
    [all...]
  /external/quake/quake/src/QW/client/
r_surf.c 54 unsigned blocklights[18*18]; variable
119 blocklights[t*smax + s] += (rad - dist)*256;
129 Combine and scale multiple lightmaps into the 8.8 format in blocklights
152 blocklights[i] = 0;
158 blocklights[i] = r_refdef.ambientlight<<8;
168 blocklights[i] += lightmap[i] * scale;
179 t = (255*256 - (int)blocklights[i]) >> (8 - VID_CBITS);
184 blocklights[i] = t;
300 r_lightptr = blocklights + u;
gl_rsurf.c 35 unsigned blocklights[18*18]; variable
124 blocklights[t*smax + s] += (rad - dist)*256;
135 Combine and scale multiple lightmaps into the 8.8 format in blocklights
159 blocklights[i] = 255*256;
165 blocklights[i] = 0;
175 blocklights[i] += lightmap[i] * scale;
189 bl = blocklights;
206 bl = blocklights;
    [all...]

Completed in 151 milliseconds