HomeSort by relevance Sort by last modified time
    Searched refs:video_flags (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.15/test/
testwm.c 14 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;
testwin.c 242 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);
threadwin.c 233 Uint32 video_flags; local
240 video_flags = SDL_SWSURFACE;
254 video_flags |= SDL_FULLSCREEN;
283 screen = SDL_SetVideoMode(640, 480, video_bpp, video_flags);
testgl.c 477 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 ) {
testoverlay.c 327 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);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 157 Uint32 video_flags; local
252 video_flags = SDL_SWSURFACE;
253 SDL_VideoSurface = SDL_CreateRGBSurface(video_flags, 0, 0,
    [all...]

Completed in 1521 milliseconds