HomeSort by relevance Sort by last modified time
    Searched refs:SDL_SWSURFACE (Results 1 - 25 of 49) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
main.c 20 Uint32 videoflags = SDL_SWSURFACE;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
main.c 20 Uint32 videoflags = SDL_SWSURFACE;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
main.c 20 Uint32 videoflags = SDL_SWSURFACE;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
main.c 20 Uint32 videoflags = SDL_SWSURFACE;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
main.c 20 Uint32 videoflags = SDL_SWSURFACE;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
main.c 20 Uint32 videoflags = SDL_SWSURFACE;
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemwm.c 72 sicon = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h,
  /external/qemu/distrib/sdl-1.2.15/test/
testbitmap.c 24 bitmap = SDL_CreateRGBSurface(SDL_SWSURFACE, w, h, 1, 0, 0, 0, 0);
75 videoflags = SDL_SWSURFACE;
checkkeys.c 97 videoflags = SDL_SWSURFACE;
testalpha.c 79 light = SDL_CreateRGBSurface(SDL_SWSURFACE, 2*radius, 2*radius, 16,
86 light = SDL_CreateRGBSurface(SDL_SWSURFACE, 2*radius, 2*radius, 32,
209 backing = SDL_CreateRGBSurface(SDL_SWSURFACE, sprite->w, sprite->h, 8,
358 videoflags = SDL_SWSURFACE;
testoverlay2.c 415 if ( (screen=SDL_SetVideoMode(MOOSEPIC_W*scale, MOOSEPIC_H*scale, 0, SDL_RESIZABLE | SDL_SWSURFACE)) == NULL )
465 newsurf=SDL_ConvertSurface(MooseFrame[i], &format, SDL_SWSURFACE);
521 screen=SDL_SetVideoMode(event.resize.w, event.resize.h, 0, SDL_RESIZABLE | SDL_SWSURFACE);
testgamma.c 41 *flags = SDL_SWSURFACE;
testpalette.c 74 SDL_Surface *bg = SDL_CreateRGBSurface(SDL_SWSURFACE, screen->w, screen->h,
110 SDL_Surface *z = SDL_CreateRGBSurface(SDL_SWSURFACE, s->w, s->h, 8,
testblitspeed.c 108 /*append_sdl_surface_flag(surface, f, sizeof (f), SDL_SWSURFACE);*/
110 copy_trunc_str(f, sizeof (f), " SDL_SWSURFACE");
280 if ((dstflags & SDL_HWSURFACE) == 0) dstflags |= SDL_SWSURFACE;
281 if ((srcflags & SDL_HWSURFACE) == 0) srcflags |= SDL_SWSURFACE;
testvidinfo.c 24 printf(" SDL_SWSURFACE");
345 (SDL_SWSURFACE),
346 (SDL_SWSURFACE | SDL_FULLSCREEN),
graywin.c 152 videoflags = SDL_SWSURFACE;
threadwin.c 240 video_flags = SDL_SWSURFACE;
testgl.c 189 SDL_SWSURFACE,
398 SDL_SWSURFACE,
testsprite.c 170 videoflags = SDL_SWSURFACE|SDL_ANYFORMAT;
  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 68 SDL_Surface *surface = SDL_SetVideoMode(winWidth, winHeight, 32, SDL_SWSURFACE);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_bmp.c 224 surface = SDL_CreateRGBSurface(SDL_SWSURFACE,
414 surface = SDL_CreateRGBSurface(SDL_SWSURFACE,
  /external/chromium_org/third_party/skia/src/views/sdl/
SkOSWindow_SDL.cpp 60 fSurface = SDL_CreateRGBSurface(SDL_SWSURFACE, fScreen->w, fScreen->h,
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_syswm.c 114 icon_256 = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h,
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 60 fSurface = SDL_CreateRGBSurface(SDL_SWSURFACE, fScreen->w, fScreen->h,
  /external/qemu/android/skin/
surface.c 163 surface = _sdl_surface_create_rgb( w, h, 32, SDL_SWSURFACE );
179 surface = _sdl_surface_create_rgb( w, h, 32, SDL_SWSURFACE );

Completed in 100 milliseconds

1 2