Searched defs:video_flags (Results 1 - 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestwin.c242 Uint32 video_flags; local
256 video_flags = SDL_FULLSCREEN;
261 video_flags = 0;
323 video_flags |= SDL_HWPALETTE;
328 video_flags |= SDL_HWSURFACE;
333 video_flags |= SDL_DOUBLEBUF;
338 video_flags |= SDL_FULLSCREEN;
346 screen = SDL_SetVideoMode(w, h, desired_bpp, video_flags);
H A Dthreadwin.c233 Uint32 video_flags; local
240 video_flags = SDL_SWSURFACE;
254 video_flags |= SDL_FULLSCREEN;
283 screen = SDL_SetVideoMode(640, 480, video_bpp, video_flags);
H A Dtestoverlay.c327 Uint32 video_flags, overlay_format; local
343 video_flags = 0;
426 video_flags |= SDL_HWSURFACE;
431 video_flags |= SDL_DOUBLEBUF;
450 video_flags |= SDL_FULLSCREEN;
463 screen = SDL_SetVideoMode(w, h, desired_bpp, video_flags);
H A Dtestwm.c14 static Uint32 video_flags; variable
30 screen = SDL_SetVideoMode(w, h, video_bpp, video_flags);
132 video_flags ^= SDL_FULLSCREEN;
352 video_flags = SDL_SWSURFACE;
356 video_flags |= SDL_FULLSCREEN;
361 video_flags |= SDL_RESIZABLE;
366 video_flags |= SDL_NOFRAME;
H A Dtestgl.c477 Uint32 video_flags; local
496 video_flags = SDL_OPENGLBLIT;
498 video_flags = SDL_OPENGL;
502 video_flags |= SDL_FULLSCREEN;
507 video_flags |= SDL_NOFRAME;
546 if ( SDL_SetVideoMode( w, h, bpp, video_flags ) == NULL ) {
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c157 Uint32 video_flags; local
252 video_flags = SDL_SWSURFACE;
253 SDL_VideoSurface = SDL_CreateRGBSurface(video_flags, 0, 0,

Completed in 77 milliseconds