Home
last modified time | relevance | path

Searched refs:SDL_CreateRGBSurface (Results 1 – 22 of 22) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemwm.c72 sicon = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h, in GEM_SetIcon()
/external/qemu/distrib/sdl-1.2.15/test/
Dtestalpha.c79 light = SDL_CreateRGBSurface(SDL_SWSURFACE, 2*radius, 2*radius, 16, in CreateLight()
86 light = SDL_CreateRGBSurface(SDL_SWSURFACE, 2*radius, 2*radius, 32, in CreateLight()
209 backing = SDL_CreateRGBSurface(SDL_SWSURFACE, sprite->w, sprite->h, 8, in LoadSprite()
Dtestpalette.c74 SDL_Surface *bg = SDL_CreateRGBSurface(SDL_SWSURFACE, screen->w, screen->h, in make_bg()
110 SDL_Surface *z = SDL_CreateRGBSurface(SDL_SWSURFACE, s->w, s->h, 8, in hflip()
Dtestblitspeed.c287 dest = SDL_CreateRGBSurface(dstflags, dstw, dsth, dstbpp, in setup_test()
298 src = SDL_CreateRGBSurface(srcflags, srcw, srch, srcbpp, in setup_test()
Dtestbitmap.c24 bitmap = SDL_CreateRGBSurface(SDL_SWSURFACE, w, h, 1, 0, 0, 0, 0); in LoadXBM()
Dtestgl.c188 image = SDL_CreateRGBSurface( in SDL_GL_LoadTexture()
397 global_image = SDL_CreateRGBSurface( in DrawLogoBlit()
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
DSDL.x154 SDL_CreateRGBSurface
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_video.h518 #define SDL_AllocSurface SDL_CreateRGBSurface
553 extern DECLSPEC SDL_Surface * SDLCALL SDL_CreateRGBSurface
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_bmp.c224 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in SDL_LoadBMP_RW()
414 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in SDL_SaveBMP_RW()
DSDL_surface.c37 SDL_Surface * SDL_CreateRGBSurface (Uint32 flags, in SDL_CreateRGBSurface() function
160 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, 0, 0, depth, in SDL_CreateRGBSurfaceFrom()
824 convert = SDL_CreateRGBSurface(flags, in SDL_ConvertSurface()
DSDL_video.c253 SDL_VideoSurface = SDL_CreateRGBSurface(video_flags, 0, 0, in SDL_VideoInit()
532 SDL_ShadowSurface = SDL_CreateRGBSurface(SDL_SWSURFACE, in SDL_CreateShadowSurface()
819 SDL_VideoSurface = SDL_CreateRGBSurface( in SDL_SetVideoMode()
834 SDL_VideoSurface = SDL_CreateRGBSurface( in SDL_SetVideoMode()
DSDL_yuv_sw.c1198 swdata->stretch = SDL_CreateRGBSurface( in SDL_DisplayYUV_SW()
/external/chromium_org/third_party/skia/src/views/sdl/
DSkOSWindow_SDL.cpp60 fSurface = SDL_CreateRGBSurface(SDL_SWSURFACE, fScreen->w, fScreen->h, in SkOSWindow()
/external/skia/src/views/sdl/
DSkOSWindow_SDL.cpp60 fSurface = SDL_CreateRGBSurface(SDL_SWSURFACE, fScreen->w, fScreen->h, in SkOSWindow()
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_syswm.c114 icon_256 = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h, in WIN_SetWMIcon()
/external/qemu/android/skin/
Dsurface.c105 return SDL_CreateRGBSurface( flags, width, height, depth, in _sdl_surface_create_rgb()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11wm.c75 sicon = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h, in X11_SetIcon()
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
DSDL_dx5video.c1115 video = SDL_CreateRGBSurface(SDL_SWSURFACE, 0, 0, bpp,
1460 video = SDL_CreateRGBSurface(SDL_SWSURFACE, 0, 0,
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
DSDL_os2fslib.c1667 icon_rgb = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h, in os2fslib_SetIcon()
2439 pResult = SDL_CreateRGBSurface(SDL_SWSURFACE, in os2fslib_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
DSDL_gapivideo.c667 video = SDL_CreateRGBSurface(SDL_SWSURFACE, in GAPI_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibvideo.c677 video = SDL_CreateRGBSurface(SDL_SWSURFACE,
/external/qemu/distrib/sdl-1.2.15/
DWhatsNew443 SDL_AllocSurface() has been renamed SDL_CreateRGBSurface(), and