OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXLIGHTMAPS
(Results
1 - 25
of
26
) sorted by null
1
2
/external/quake/quake/src/QW/client/
bspfile.h
174
#define
MAXLIGHTMAPS
4
185
byte styles[
MAXLIGHTMAPS
];
d_local.h
41
int lightadj[
MAXLIGHTMAPS
]; // checked for strobe flush
glquake2.h
84
int lightadj[
MAXLIGHTMAPS
]; // checked for strobe flush
100
fixed8_t lightadj[
MAXLIGHTMAPS
];
d_iface.h
196
fixed8_t lightadj[
MAXLIGHTMAPS
];
gl_model.h
153
byte styles[
MAXLIGHTMAPS
];
154
int cached_light[
MAXLIGHTMAPS
]; // values currently used in lightmap
glquake.h
130
int lightadj[
MAXLIGHTMAPS
]; // checked for strobe flush
146
fixed8_t lightadj[
MAXLIGHTMAPS
];
model.h
135
byte styles[
MAXLIGHTMAPS
];
r_light.c
219
for (maps = 0 ; maps <
MAXLIGHTMAPS
&& surf->styles[maps] != 255 ;
gl_rlight.c
347
for (maps = 0 ; maps <
MAXLIGHTMAPS
&& surf->styles[maps] != 255 ;
gl_rsurf.c
169
for (maps = 0 ; maps <
MAXLIGHTMAPS
&& surf->styles[maps] != 255 ;
822
for (maps = 0 ; maps <
MAXLIGHTMAPS
&& fa->styles[maps] != 255 ;
880
for (maps = 0 ; maps <
MAXLIGHTMAPS
&& fa->styles[maps] != 255 ;
[
all
...]
r_surf.c
163
for (maps = 0 ; maps <
MAXLIGHTMAPS
&& surf->styles[maps] != 255 ;
gl_model.c
792
for (i=0 ; i<
MAXLIGHTMAPS
; i++)
[
all
...]
model.c
783
for (i=0 ; i<
MAXLIGHTMAPS
; i++)
[
all
...]
/external/quake/quake/src/WinQuake/
d_local.h
41
int lightadj[
MAXLIGHTMAPS
]; // checked for strobe flush
bspfile.h
187
#define
MAXLIGHTMAPS
4
198
byte styles[
MAXLIGHTMAPS
];
d_iface.h
197
fixed8_t lightadj[
MAXLIGHTMAPS
];
gl_model.h
149
byte styles[
MAXLIGHTMAPS
];
150
int cached_light[
MAXLIGHTMAPS
]; // values currently used in lightmap
model.h
124
byte styles[
MAXLIGHTMAPS
];
glquake.h
119
int lightadj[
MAXLIGHTMAPS
]; // checked for strobe flush
135
fixed8_t lightadj[
MAXLIGHTMAPS
];
r_light.cpp
219
for (maps = 0 ; maps <
MAXLIGHTMAPS
&& surf->styles[maps] != 255 ;
gl_rlight.cpp
350
for (maps = 0 ; maps <
MAXLIGHTMAPS
&& surf->styles[maps] != 255 ;
r_surf.cpp
180
for (maps = 0 ; maps <
MAXLIGHTMAPS
&& surf->styles[maps] != 255 ;
gl_rsurf.cpp
170
for (maps = 0 ; maps <
MAXLIGHTMAPS
&& surf->styles[maps] != 255 ;
890
for (maps = 0 ; maps <
MAXLIGHTMAPS
&& fa->styles[maps] != 255 ;
949
for (maps = 0 ; maps <
MAXLIGHTMAPS
&& fa->styles[maps] != 255 ;
[
all
...]
gl_model.cpp
792
for (i=0 ; i<
MAXLIGHTMAPS
; i++)
[
all
...]
/external/quake/quake/src/QW/server/
model.c
720
for (i=0 ; i<
MAXLIGHTMAPS
; i++)
Completed in 98 milliseconds
1
2