Home
last modified time | relevance | path

Searched refs:not_on_heap (Results 1 – 12 of 12) sorted by relevance

/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Df_wipe.c161 wipe_scr_start.not_on_heap = FALSE; in wipe_StartScreen()
171 wipe_scr_end.not_on_heap = FALSE; in wipe_EndScreen()
H A Dv_video.h56 dbool not_on_heap; // if set, no malloc or free is preformed and member
H A Dv_video.c345 screens[i].not_on_heap = FALSE; in V_Init()
663 if (!scrn->not_on_heap) in V_AllocScreen()
682 if (!scrn->not_on_heap) { in V_FreeScreen()
/dports/games/prboom/prboom-2.5.0/src/
H A Df_wipe.c163 wipe_scr_start.not_on_heap = false; in wipe_StartScreen()
177 wipe_scr_end.not_on_heap = false; in wipe_EndScreen()
H A Dv_video.h79 boolean not_on_heap; // if set, no malloc or free is preformed and member
H A Dv_video.c235 screens[i].not_on_heap = false; in V_Init()
902 if (!scrn->not_on_heap) in V_AllocScreen()
921 if (!scrn->not_on_heap) { in V_FreeScreen()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Df_wipe.c212 wipe_scr_start.not_on_heap = false; in wipe_StartScreen()
242 wipe_scr_end.not_on_heap = false; in wipe_EndScreen()
H A Dv_video.h129 dboolean not_on_heap; // if set, no malloc or free is preformed and member
H A Dv_video.c354 screens[i].not_on_heap = false; in V_Init()
1146 if (!scrn->not_on_heap) in V_AllocScreen()
1166 if (!scrn->not_on_heap) { in V_FreeScreen()
/dports/games/prboom/prboom-2.5.0/src/SDL/
H A Di_video.c679 screens[0].not_on_heap = true; in I_UpdateVideoMode()
687 screens[0].not_on_heap = false; in I_UpdateVideoMode()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/SDL/
H A Di_video.c1375 screens[0].not_on_heap = true; in I_UpdateVideoMode()
1383 screens[0].not_on_heap = false; in I_UpdateVideoMode()
/dports/games/libretro-prboom/libretro-prboom-cc80175/libretro/
H A Dlibretro.c1457 screens[0].not_on_heap = true; in I_UpdateVideoMode()