Home
last modified time | relevance | path

Searched refs:I_GetModeFromString (Results 1 – 2 of 2) sorted by relevance

/dports/games/prboom/prboom-2.5.0/src/SDL/
H A Di_video.c589 int I_GetModeFromString(const char *modestr) in I_GetModeFromString() function
623 mode = I_GetModeFromString(default_videomode); in I_UpdateVideoMode()
625 mode = I_GetModeFromString(myargv[i+1]); in I_UpdateVideoMode()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/SDL/
H A Di_video.c132 int I_GetModeFromString(const char *modestr);
1063 mode = I_GetModeFromString(default_videomode); in I_InitScreenResolution()
1066 mode = I_GetModeFromString(myargv[i+1]); in I_InitScreenResolution()
1183 int I_GetModeFromString(const char *modestr) in I_GetModeFromString() function