HomeSort by relevance Sort by last modified time
    Searched refs:Draw_CachePic (Results 1 - 21 of 21) sorted by null

  /external/quake/quake/src/QW/client/
menu.c 190 p = Draw_CachePic ("gfx/box_tl.lmp");
192 p = Draw_CachePic ("gfx/box_ml.lmp");
198 p = Draw_CachePic ("gfx/box_bl.lmp");
206 p = Draw_CachePic ("gfx/box_tm.lmp");
208 p = Draw_CachePic ("gfx/box_mm.lmp");
213 p = Draw_CachePic ("gfx/box_mm2.lmp");
216 p = Draw_CachePic ("gfx/box_bm.lmp");
224 p = Draw_CachePic ("gfx/box_tr.lmp");
226 p = Draw_CachePic ("gfx/box_mr.lmp");
232 p = Draw_CachePic ("gfx/box_br.lmp")
    [all...]
draw.h 42 qpic_t *Draw_CachePic (char *path);
sbar.c 920 pic = Draw_CachePic ("gfx/ranking.lmp");
1023 pic = Draw_CachePic ("gfx/ranking.lmp");
1326 pic = Draw_CachePic ("gfx/finale.lmp");
draw.c 61 Draw_CachePic
64 qpic_t *Draw_CachePic (char *path)
95 Sys_Error ("Draw_CachePic: failed to load %s", path);
655 conback = Draw_CachePic ("gfx/conback.lmp");
gl_screen.c 505 pic = Draw_CachePic ("gfx/pause.lmp");
524 pic = Draw_CachePic ("gfx/loading.lmp");
screen.c 497 pic = Draw_CachePic ("gfx/pause.lmp");
gl_vidnt.c     [all...]
gl_draw.c 235 Draw_CachePic
238 qpic_t *Draw_CachePic (char *path)
259 Sys_Error ("Draw_CachePic: failed to load %s", path);
    [all...]
vid_win.c     [all...]
  /external/quake/quake/src/WinQuake/
draw.h 40 qpic_t *Draw_CachePic (const char *path);
menu.cpp 190 p = Draw_CachePic ("gfx/box_tl.lmp");
192 p = Draw_CachePic ("gfx/box_ml.lmp");
198 p = Draw_CachePic ("gfx/box_bl.lmp");
206 p = Draw_CachePic ("gfx/box_tm.lmp");
208 p = Draw_CachePic ("gfx/box_mm.lmp");
213 p = Draw_CachePic ("gfx/box_mm2.lmp");
216 p = Draw_CachePic ("gfx/box_bm.lmp");
224 p = Draw_CachePic ("gfx/box_tr.lmp");
226 p = Draw_CachePic ("gfx/box_mr.lmp");
232 p = Draw_CachePic ("gfx/box_br.lmp")
    [all...]
gl_screen.cpp 470 pic = Draw_CachePic ("gfx/pause.lmp");
489 pic = Draw_CachePic ("gfx/loading.lmp");
screen.cpp 412 pic = Draw_CachePic ("gfx/pause.lmp");
431 pic = Draw_CachePic ("gfx/loading.lmp");
sbar.cpp 1102 pic = Draw_CachePic ("gfx/ranking.lmp");
1288 pic = Draw_CachePic ("gfx/complete.lmp");
1291 pic = Draw_CachePic ("gfx/inter.lmp");
1325 pic = Draw_CachePic ("gfx/finale.lmp");
draw.cpp 61 Draw_CachePic
64 qpic_t *Draw_CachePic (const char *path)
95 Sys_Error ("Draw_CachePic: failed to load %s", path);
548 conback = Draw_CachePic ("gfx/conback.lmp");
vid_dos.cpp 581 p = Draw_CachePic ("gfx/vidmodes.lmp");
gl_vidnt.cpp     [all...]
vid_sunx.cpp 500 p = Draw_CachePic ("gfx/vidmodes.lmp");
vid_sunxil.cpp 315 p = Draw_CachePic ("gfx/vidmodes.lmp");
gl_draw.cpp 566 Draw_CachePic
569 qpic_t *Draw_CachePic (const char *path)
590 Sys_Error ("Draw_CachePic: failed to load %s", path);
    [all...]
vid_win.cpp     [all...]

Completed in 520 milliseconds