Home | History | Annotate | Download | only in gapi

Lines Matching refs:next_mode

193 	int next_mode;
219 next_mode = gapi->SDL_nummodes[index];
221 SDL_realloc(gapi->SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *));
228 gapi->SDL_modelist[index][next_mode] = mode;
229 gapi->SDL_modelist[index][next_mode+1] = NULL;