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

  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemwm.c 72 sicon = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h,
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 154 SDL_CreateRGBSurface
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 117 /* Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
506 #define SDL_AllocSurface SDL_CreateRGBSurface
507 extern DECLSPEC SDL_Surface * SDLCALL SDL_CreateRGBSurface
614 * The 'flags' parameter is passed to SDL_CreateRGBSurface() and has those
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_bmp.c 205 surface = SDL_CreateRGBSurface(SDL_SWSURFACE,
385 surface = SDL_CreateRGBSurface(SDL_SWSURFACE,
SDL_surface.c 37 SDL_Surface * SDL_CreateRGBSurface (Uint32 flags,
160 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, 0, 0, depth,
824 convert = SDL_CreateRGBSurface(flags,
SDL_video.c 247 SDL_VideoSurface = SDL_CreateRGBSurface(video_flags, 0, 0,
524 SDL_ShadowSurface = SDL_CreateRGBSurface(SDL_SWSURFACE,
802 SDL_VideoSurface = SDL_CreateRGBSurface(
817 SDL_VideoSurface = SDL_CreateRGBSurface(
    [all...]
SDL_yuv_sw.c     [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 117 /* Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
506 #define SDL_AllocSurface SDL_CreateRGBSurface
507 extern DECLSPEC SDL_Surface * SDLCALL SDL_CreateRGBSurface
614 * The 'flags' parameter is passed to SDL_CreateRGBSurface() and has those
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 117 /* Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
506 #define SDL_AllocSurface SDL_CreateRGBSurface
507 extern DECLSPEC SDL_Surface * SDLCALL SDL_CreateRGBSurface
614 * The 'flags' parameter is passed to SDL_CreateRGBSurface() and has those
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 129 /* Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
508 #define SDL_AllocSurface SDL_CreateRGBSurface
509 extern DECLSPEC SDL_Surface * SDLCALL SDL_CreateRGBSurface
616 * The 'flags' parameter is passed to SDL_CreateRGBSurface() and has those
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 117 /* Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
506 #define SDL_AllocSurface SDL_CreateRGBSurface
507 extern DECLSPEC SDL_Surface * SDLCALL SDL_CreateRGBSurface
614 * The 'flags' parameter is passed to SDL_CreateRGBSurface() and has those
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 114 icon_256 = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h,
  /external/qemu/android/skin/
surface.c 105 return SDL_CreateRGBSurface( flags, width, height, depth,
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 75 sicon = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h,
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 637 video = SDL_CreateRGBSurface(SDL_SWSURFACE,
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 537 video = SDL_CreateRGBSurface(SDL_SWSURFACE,
    [all...]

Completed in 490 milliseconds