OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lightadj
(Results
1 - 12
of
12
) sorted by null
/external/quake/quake/src/QW/client/
d_surf.c
275
r_drawsurf.
lightadj
[0] = d_lightstylevalue[surface->styles[0]];
276
r_drawsurf.
lightadj
[1] = d_lightstylevalue[surface->styles[1]];
277
r_drawsurf.
lightadj
[2] = d_lightstylevalue[surface->styles[2]];
278
r_drawsurf.
lightadj
[3] = d_lightstylevalue[surface->styles[3]];
287
&& cache->
lightadj
[0] == r_drawsurf.
lightadj
[0]
288
&& cache->
lightadj
[1] == r_drawsurf.
lightadj
[1]
289
&& cache->
lightadj
[2] == r_drawsurf.
lightadj
[2]
[
all
...]
d_local.h
41
int
lightadj
[MAXLIGHTMAPS]; // checked for strobe flush
member in struct:surfcache_s
glquake2.h
84
int
lightadj
[MAXLIGHTMAPS]; // checked for strobe flush
member in struct:surfcache_s
100
fixed8_t
lightadj
[MAXLIGHTMAPS];
member in struct:__anon14164
d_iface.h
196
fixed8_t
lightadj
[MAXLIGHTMAPS];
member in struct:__anon14131
glquake.h
130
int
lightadj
[MAXLIGHTMAPS]; // checked for strobe flush
member in struct:surfcache_s
146
fixed8_t
lightadj
[MAXLIGHTMAPS];
member in struct:__anon14161
r_surf.c
166
scale = r_drawsurf.
lightadj
[maps]; // 8.8 fraction
/external/quake/quake/src/WinQuake/
d_surf.cpp
272
r_drawsurf.
lightadj
[0] = d_lightstylevalue[surface->styles[0]];
273
r_drawsurf.
lightadj
[1] = d_lightstylevalue[surface->styles[1]];
274
r_drawsurf.
lightadj
[2] = d_lightstylevalue[surface->styles[2]];
275
r_drawsurf.
lightadj
[3] = d_lightstylevalue[surface->styles[3]];
284
&& cache->
lightadj
[0] == r_drawsurf.
lightadj
[0]
285
&& cache->
lightadj
[1] == r_drawsurf.
lightadj
[1]
286
&& cache->
lightadj
[2] == r_drawsurf.
lightadj
[2]
[
all
...]
d_local.h
41
int
lightadj
[MAXLIGHTMAPS]; // checked for strobe flush
member in struct:surfcache_s
d_iface.h
197
fixed8_t
lightadj
[MAXLIGHTMAPS];
member in struct:__anon14414
glquake.h
119
int
lightadj
[MAXLIGHTMAPS]; // checked for strobe flush
member in struct:surfcache_s
135
fixed8_t
lightadj
[MAXLIGHTMAPS];
member in struct:__anon14522
r_surf.cpp
183
scale = r_drawsurf.
lightadj
[maps]; // 8.8 fraction
gl_rsurf.cpp
146
int
lightadj
[4];
local
[
all
...]
Completed in 474 milliseconds