Home | History | Annotate | Download | only in gapi

Lines Matching refs:next_mode

210 	int next_mode;
236 next_mode = gapi->SDL_nummodes[index];
238 SDL_realloc(gapi->SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *));
245 gapi->SDL_modelist[index][next_mode] = mode;
246 gapi->SDL_modelist[index][next_mode+1] = NULL;