Searched refs:lightadj (Results 1 - 12 of 12) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dd_surf.c275 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[
[all...]
H A Dd_local.h41 int lightadj[MAXLIGHTMAPS]; // checked for strobe flush member in struct:surfcache_s
H A Dglquake2.h84 int lightadj[MAXLIGHTMAPS]; // checked for strobe flush member in struct:surfcache_s
100 fixed8_t lightadj[MAXLIGHTMAPS]; member in struct:__anon10014
H A Dd_iface.h196 fixed8_t lightadj[MAXLIGHTMAPS]; member in struct:__anon9981
H A Dglquake.h130 int lightadj[MAXLIGHTMAPS]; // checked for strobe flush member in struct:surfcache_s
146 fixed8_t lightadj[MAXLIGHTMAPS]; member in struct:__anon10011
H A Dr_surf.c166 scale = r_drawsurf.lightadj[maps]; // 8.8 fraction
/external/quake/quake/src/WinQuake/
H A Dd_surf.cpp272 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[
[all...]
H A Dd_local.h41 int lightadj[MAXLIGHTMAPS]; // checked for strobe flush member in struct:surfcache_s
H A Dd_iface.h197 fixed8_t lightadj[MAXLIGHTMAPS]; member in struct:__anon10264
H A Dglquake.h119 int lightadj[MAXLIGHTMAPS]; // checked for strobe flush member in struct:surfcache_s
135 fixed8_t lightadj[MAXLIGHTMAPS]; member in struct:__anon10372
H A Dr_surf.cpp183 scale = r_drawsurf.lightadj[maps]; // 8.8 fraction
H A Dgl_rsurf.cpp146 int lightadj[4]; local

Completed in 112 milliseconds