OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lightmap
(Results
1 - 8
of
8
) sorted by null
/external/quake/quake/src/QW/client/
r_light.c
152
byte *
lightmap
;
local
212
lightmap
= surf->samples;
214
if (
lightmap
)
217
lightmap
+= dt * ((surf->extents[0]>>4)+1) + ds;
223
r += *
lightmap
* scale;
224
lightmap
+= ((surf->extents[0]>>4)+1) *
gl_rlight.c
278
byte *
lightmap
;
local
340
lightmap
= surf->samples;
342
if (
lightmap
)
345
lightmap
+= dt * ((surf->extents[0]>>4)+1) + ds;
351
r += *
lightmap
* scale;
352
lightmap
+= ((surf->extents[0]>>4)+1) *
r_surf.c
137
byte *
lightmap
;
local
147
lightmap
= surf->samples;
162
if (
lightmap
)
168
blocklights[i] +=
lightmap
[i] * scale;
169
lightmap
+= size; // skip to next
lightmap
gl_rsurf.c
53
// the
lightmap
texture data needs to be kept in
143
byte *
lightmap
;
local
153
lightmap
= surf->samples;
168
if (
lightmap
)
175
blocklights[i] +=
lightmap
[i] * scale;
176
lightmap
+= size; // skip to next
lightmap
220
Sys_Error ("Bad
lightmap
format");
394
// underwater warped with
lightmap
442
// Binds
lightmap
to texenv
[
all
...]
/external/quake/quake/src/WinQuake/
r_light.cpp
152
byte *
lightmap
;
local
212
lightmap
= surf->samples;
214
if (
lightmap
)
217
lightmap
+= dt * ((surf->extents[0]>>4)+1) + ds;
223
r += *
lightmap
* scale;
224
lightmap
+= ((surf->extents[0]>>4)+1) *
gl_rlight.cpp
281
byte *
lightmap
;
local
343
lightmap
= surf->samples;
345
if (
lightmap
)
348
lightmap
+= dt * ((surf->extents[0]>>4)+1) + ds;
354
r += *
lightmap
* scale;
355
lightmap
+= ((surf->extents[0]>>4)+1) *
r_surf.cpp
154
byte *
lightmap
;
local
164
lightmap
= surf->samples;
179
if (
lightmap
)
185
blocklights[i] +=
lightmap
[i] * scale;
186
lightmap
+= size; // skip to next
lightmap
gl_rsurf.cpp
53
// the
lightmap
texture data needs to be kept in
143
byte *
lightmap
;
local
154
lightmap
= surf->samples;
169
if (
lightmap
)
176
blocklights[i] +=
lightmap
[i] * scale;
177
lightmap
+= size; // skip to next
lightmap
221
Sys_Error ("Bad
lightmap
format");
390
// underwater warped with
lightmap
439
// Binds
lightmap
to texenv
[
all
...]
Completed in 56 milliseconds