Searched refs:conbackpic (Results 1 – 2 of 2) sorted by relevance
/dports/games/xonotic/Xonotic/source/darkplaces/ |
H A D | console.c | 1955 cachepic_t *conbackpic; in Con_DrawConsole() local 1975 …conbackpic = scr_conbrightness.value >= 0.01f ? Draw_CachePic_Flags("gfx/conback", (sx != 0 || sy … in Con_DrawConsole() 1978 if (conbackpic && conbackpic->tex != r_texture_notexture) in Con_DrawConsole() 1979 …DrawQ_SuperPic(0, lines - vid_conheight.integer, conbackpic, vid_conwidth.integer, vid_conheight.i… in Con_DrawConsole() 1992 conbackpic = Draw_CachePic_Flags("gfx/conback2", (sx != 0 || sy != 0) ? CACHEPICFLAG_NOCLAMP : 0); in Con_DrawConsole() 1995 if(conbackpic && conbackpic->tex != r_texture_notexture) in Con_DrawConsole() 1996 …DrawQ_SuperPic(0, lines - vid_conheight.integer, conbackpic, vid_conwidth.integer, vid_conheight.i… in Con_DrawConsole() 2007 conbackpic = Draw_CachePic_Flags("gfx/conback3", (sx != 0 || sy != 0) ? CACHEPICFLAG_NOCLAMP : 0); in Con_DrawConsole() 2010 if(conbackpic && conbackpic->tex != r_texture_notexture) in Con_DrawConsole() 2011 …DrawQ_SuperPic(0, lines - vid_conheight.integer, conbackpic, vid_conwidth.integer, vid_conheight.i… in Con_DrawConsole()
|
/dports/games/darkplaces/darkplaces/ |
H A D | console.c | 1955 cachepic_t *conbackpic; in Con_DrawConsole() local 1975 …conbackpic = scr_conbrightness.value >= 0.01f ? Draw_CachePic_Flags("gfx/conback", (sx != 0 || sy … in Con_DrawConsole() 1978 if (Draw_IsPicLoaded(conbackpic)) in Con_DrawConsole() 1979 …DrawQ_SuperPic(0, lines - vid_conheight.integer, conbackpic, vid_conwidth.integer, vid_conheight.i… in Con_DrawConsole() 1992 conbackpic = Draw_CachePic_Flags("gfx/conback2", (sx != 0 || sy != 0) ? CACHEPICFLAG_NOCLAMP : 0); in Con_DrawConsole() 1995 if(Draw_IsPicLoaded(conbackpic)) in Con_DrawConsole() 1996 …DrawQ_SuperPic(0, lines - vid_conheight.integer, conbackpic, vid_conwidth.integer, vid_conheight.i… in Con_DrawConsole() 2007 conbackpic = Draw_CachePic_Flags("gfx/conback3", (sx != 0 || sy != 0) ? CACHEPICFLAG_NOCLAMP : 0); in Con_DrawConsole() 2010 if(Draw_IsPicLoaded(conbackpic)) in Con_DrawConsole() 2011 …DrawQ_SuperPic(0, lines - vid_conheight.integer, conbackpic, vid_conwidth.integer, vid_conheight.i… in Con_DrawConsole()
|