Lines Matching refs:videoflags
328 Uint32 videoflags;
358 videoflags = SDL_SWSURFACE;
368 videoflags |= SDL_HWSURFACE;
371 videoflags |= SDL_HWPALETTE;
380 videoflags |= SDL_RESIZABLE;
383 videoflags |= SDL_NOFRAME;
386 videoflags |= SDL_FULLSCREEN;
396 if ( (screen=SDL_SetVideoMode(w,h,video_bpp,videoflags)) == NULL ) {
478 screen = SDL_SetVideoMode(event.resize.w, event.resize.h, video_bpp, videoflags);
515 videoflags ^= SDL_FULLSCREEN;
516 screen = SDL_SetVideoMode(w, h, video_bpp, videoflags);