Searched refs:r_drawsurf (Results 1 - 6 of 6) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dd_surf.c274 r_drawsurf.texture = R_TextureAnimation (surface->texinfo->texture);
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]];
286 && cache->texture == r_drawsurf.texture
287 && cache->lightadj[0] == r_drawsurf.lightadj[0]
288 && cache->lightadj[1] == r_drawsurf.lightadj[1]
289 && cache->lightadj[2] == r_drawsurf.lightadj[2]
290 && cache->lightadj[3] == r_drawsurf
[all...]
H A Dr_surf.c25 drawsurf_t r_drawsurf; variable
73 surf = r_drawsurf.surf;
142 surf = r_drawsurf.surf;
166 scale = r_drawsurf.lightadj[maps]; // 8.8 fraction
245 surfrowbytes = r_drawsurf.rowbytes;
247 mt = r_drawsurf.texture;
249 r_source = (byte *)mt + mt->offsets[r_drawsurf.surfmip];
254 texwidth = mt->width >> r_drawsurf.surfmip;
256 blocksize = 16 >> r_drawsurf.surfmip;
257 blockdivshift = 4 - r_drawsurf
[all...]
H A Dd_iface.h204 extern drawsurf_t r_drawsurf;
/external/quake/quake/src/WinQuake/
H A Dd_surf.cpp271 r_drawsurf.texture = R_TextureAnimation (surface->texinfo->texture);
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]];
283 && cache->texture == r_drawsurf.texture
284 && cache->lightadj[0] == r_drawsurf.lightadj[0]
285 && cache->lightadj[1] == r_drawsurf.lightadj[1]
286 && cache->lightadj[2] == r_drawsurf.lightadj[2]
287 && cache->lightadj[3] == r_drawsurf
[all...]
H A Dr_surf.cpp25 drawsurf_t r_drawsurf; variable
73 surf = r_drawsurf.surf;
159 surf = r_drawsurf.surf;
183 scale = r_drawsurf.lightadj[maps]; // 8.8 fraction
262 surfrowbytes = r_drawsurf.rowbytes;
264 mt = r_drawsurf.texture;
266 r_source = (byte *)mt + mt->offsets[r_drawsurf.surfmip];
271 texwidth = mt->width >> r_drawsurf.surfmip;
273 blocksize = 16 >> r_drawsurf.surfmip;
274 blockdivshift = 4 - r_drawsurf
[all...]
H A Dd_iface.h205 extern drawsurf_t r_drawsurf;

Completed in 109 milliseconds