HomeSort by relevance Sort by last modified time
    Searched defs:R_TextureAnimation (Results 1 - 4 of 4) sorted by null

  /external/quake/quake/src/QW/client/
r_surf.c 191 R_TextureAnimation
196 texture_t *R_TextureAnimation (texture_t *base)
217 Sys_Error ("R_TextureAnimation: broken cycle");
219 Sys_Error ("R_TextureAnimation: infinite cycle");
gl_rsurf.c 227 R_TextureAnimation
232 texture_t *R_TextureAnimation (texture_t *base)
253 Sys_Error ("R_TextureAnimation: broken cycle");
255 Sys_Error ("R_TextureAnimation: infinite cycle");
332 t = R_TextureAnimation (s->texinfo->texture);
398 t = R_TextureAnimation (s->texinfo->texture);
437 t = R_TextureAnimation (s->texinfo->texture);
472 t = R_TextureAnimation (s->texinfo->texture);
541 t = R_TextureAnimation (s->texinfo->texture);
579 t = R_TextureAnimation (s->texinfo->texture)
    [all...]
  /external/quake/quake/src/WinQuake/
r_surf.cpp 208 R_TextureAnimation
213 texture_t *R_TextureAnimation (texture_t *base)
234 Sys_Error ("R_TextureAnimation: broken cycle");
236 Sys_Error ("R_TextureAnimation: infinite cycle");
gl_rsurf.cpp 228 R_TextureAnimation
233 texture_t *R_TextureAnimation (texture_t *base)
254 Sys_Error ("R_TextureAnimation: broken cycle");
256 Sys_Error ("R_TextureAnimation: infinite cycle");
329 t = R_TextureAnimation (s->texinfo->texture);
394 t = R_TextureAnimation (s->texinfo->texture);
433 t = R_TextureAnimation (s->texinfo->texture);
483 t = R_TextureAnimation (s->texinfo->texture);
563 t = R_TextureAnimation (s->texinfo->texture);
622 t = R_TextureAnimation (s->texinfo->texture)
    [all...]

Completed in 3803 milliseconds