Searched refs:scr_ram (Results 1 - 4 of 4) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dgl_screen.cpp97 qpic_t *scr_ram; variable
390 scr_ram = Draw_PicFromWad ("ram");
412 Draw_Pic (scr_vrect.x+32, scr_vrect.y, scr_ram);
H A Dscreen.cpp44 qpic_t *scr_ram; variable
332 scr_ram = Draw_PicFromWad ("ram");
354 Draw_Pic (scr_vrect.x+32, scr_vrect.y, scr_ram);
/external/quake/quake/src/QW/client/
H A Dscreen.c96 qpic_t *scr_ram; variable
390 scr_ram = W_GetLumpName ("ram");
412 Draw_Pic (scr_vrect.x+32, scr_vrect.y, scr_ram);
H A Dgl_screen.c99 qpic_t *scr_ram; variable
397 scr_ram = Draw_PicFromWad ("ram");
419 Draw_Pic (scr_vrect.x+32, scr_vrect.y, scr_ram);

Completed in 116 milliseconds