Home
last modified time | relevance | path

Searched refs:SDL_SWSURFACE (Results 1 – 21 of 21) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemwm.c72 sicon = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h, in GEM_SetIcon()
DSDL_gemvideo.c716 modeflags |= SDL_SWSURFACE; in GEM_SetVideoMode()
738 modeflags |= SDL_SWSURFACE; in GEM_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_bmp.c205 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in SDL_LoadBMP_RW()
385 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in SDL_SaveBMP_RW()
DSDL_surface.c83 surface->flags = SDL_SWSURFACE; in SDL_CreateRGBSurface()
123 if ( ((flags&SDL_HWSURFACE) == SDL_SWSURFACE) || in SDL_CreateRGBSurface()
160 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, 0, 0, depth, in SDL_CreateRGBSurfaceFrom()
DSDL_video.c246 video_flags = SDL_SWSURFACE; in SDL_VideoInit()
524 SDL_ShadowSurface = SDL_CreateRGBSurface(SDL_SWSURFACE, in SDL_CreateShadowSurface()
884 ( ((flags&SDL_HWSURFACE) == SDL_SWSURFACE) && in SDL_SetVideoMode()
922 flags = SDL_SWSURFACE; in SDL_DisplayFormat()
DSDL_yuv_sw.c1199 SDL_SWSURFACE, in SDL_DisplayYUV_SW()
/external/qemu/android/skin/
Dsurface.c163 surface = _sdl_surface_create_rgb( w, h, 32, SDL_SWSURFACE ); in skin_surface_create_fast()
179 surface = _sdl_surface_create_rgb( w, h, 32, SDL_SWSURFACE ); in skin_surface_create_slow()
Dwindow.c1367 flags = SDL_SWSURFACE; in skin_window_resize()
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
DSDL_dx5video.c1098 video = SDL_CreateRGBSurface(SDL_SWSURFACE, 0, 0, bpp,
1443 video = SDL_CreateRGBSurface(SDL_SWSURFACE, 0, 0,
1503 video->flags |= SDL_SWSURFACE;
1506 video->flags |= SDL_SWSURFACE;
1760 if ( (flag & SDL_HWSURFACE) == SDL_SWSURFACE ) {
1943 if ( (src->flags & SDL_HWSURFACE) == SDL_SWSURFACE ) {
1946 DX5_AllocDDSurface(this, src, NULL, SDL_SWSURFACE);
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_syswm.c114 icon_256 = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h, in WIN_SetWMIcon()
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
DSDL_xbios.c544 modeflags |= SDL_SWSURFACE|SDL_HWPALETTE; in XBIOS_SetVideoMode()
547 modeflags |= SDL_SWSURFACE|SDL_HWPALETTE; in XBIOS_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
DSDL_epocvideo.cpp366 current->flags = (SDL_FULLSCREEN|SDL_SWSURFACE|SDL_PREALLOC|SDL_HWPALETTE); in EPOC_SetVideoMode()
368 current->flags = (SDL_FULLSCREEN|SDL_SWSURFACE|SDL_PREALLOC); in EPOC_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_video.h118 #define SDL_SWSURFACE 0x00000000 /* Surface is in system memory */ macro
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
DSDL_wsconsvideo.c368 current->flags |= SDL_SWSURFACE; in WSCONS_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11wm.c75 sicon = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h, in X11_SetIcon()
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
DSDL_macevents.c394 SDL_SWSURFACE ) { in Mac_HandleEvents()
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
DSDL_os2fslib.c1667 icon_rgb = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h, in os2fslib_SetIcon()
2329 flags |= SDL_SWSURFACE; in os2fslib_SetVideoMode()
2439 pResult = SDL_CreateRGBSurface(SDL_SWSURFACE, in os2fslib_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
DSDL_gapivideo.c637 video = SDL_CreateRGBSurface(SDL_SWSURFACE, in GAPI_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
DSDL_dspvideo.c887 …current->flags |= SDL_DOUBLEBUF | SDL_SWSURFACE; /* only front buffer is in VRAM */ … in DSp_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibvideo.c537 video = SDL_CreateRGBSurface(SDL_SWSURFACE,
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzVideo.m819 current->flags |= SDL_SWSURFACE;