HomeSort by relevance Sort by last modified time
    Searched refs:SDL_Surface (Results 26 - 50 of 145) sorted by null

12 3 4 5 6

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw_c.h 29 extern SDL_Overlay *SDL_CreateYUV_SW(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.h 29 extern SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsyuv_c.h 29 extern SDL_Overlay *GS_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5yuv_c.h 30 extern SDL_Overlay *DX5_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11yuv_c.h 31 extern SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
SDL_x11image.c 45 static void try_mitshm(_THIS, SDL_Surface *screen)
84 int X11_SetupImage(_THIS, SDL_Surface *screen)
130 void X11_DestroyImage(_THIS, SDL_Surface *screen)
181 int X11_ResizeImage(_THIS, SDL_Surface *screen, Uint32 flags)
206 int X11_AllocHWSurface(_THIS, SDL_Surface *surface)
210 void X11_FreeHWSurface(_THIS, SDL_Surface *surface)
215 int X11_LockHWSurface(_THIS, SDL_Surface *surface)
223 void X11_UnlockHWSurface(_THIS, SDL_Surface *surface)
228 int X11_FlipHWSurface(_THIS, SDL_Surface *surface)
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_modes_c.h 37 extern int ph_EnterFullScreen(_THIS, SDL_Surface* screen, int fmode);
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbriva.c 61 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
67 static int SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 value)
73 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
111 static int HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect,
112 SDL_Surface *dst, SDL_Rect *dstrect)
159 static int CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst)
SDL_fb3dfx.c 47 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
52 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
93 static int HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect,
94 SDL_Surface *dst, SDL_Rect *dstrect)
169 static int CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst)
  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.c 46 static SDL_Surface *AA_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
51 static int AA_AllocHWSurface(_THIS, SDL_Surface *surface);
52 static int AA_LockHWSurface(_THIS, SDL_Surface *surface);
53 static int AA_FlipHWSurface(_THIS, SDL_Surface *surface);
54 static void AA_UnlockHWSurface(_THIS, SDL_Surface *surface);
55 static void AA_FreeHWSurface(_THIS, SDL_Surface *surface);
245 SDL_Surface *AA_SetVideoMode(_THIS, SDL_Surface *current,
299 static int AA_AllocHWSurface(_THIS, SDL_Surface *surface
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 41 static SDL_Surface *DC_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
46 static int DC_AllocHWSurface(_THIS, SDL_Surface *surface);
47 static int DC_LockHWSurface(_THIS, SDL_Surface *surface);
48 static void DC_UnlockHWSurface(_THIS, SDL_Surface *surface);
49 static void DC_FreeHWSurface(_THIS, SDL_Surface *surface);
50 static int DC_FlipHWSurface(_THIS, SDL_Surface *surface);
190 SDL_Surface *DC_SetVideoMode(_THIS, SDL_Surface *current,
275 static int DC_AllocHWSurface(_THIS, SDL_Surface *surface
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysvideo.cc 56 static SDL_Surface *QT_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
62 static int QT_AllocHWSurface(_THIS, SDL_Surface *surface);
63 static int QT_LockHWSurface(_THIS, SDL_Surface *surface);
64 static void QT_UnlockHWSurface(_THIS, SDL_Surface *surface);
65 static void QT_FreeHWSurface(_THIS, SDL_Surface *surface);
264 static int QT_SetFullScreen(_THIS, SDL_Surface *screen, int fullscreen)
275 SDL_Surface *QT_SetVideoMode(_THIS, SDL_Surface *current,
338 static int QT_AllocHWSurface(_THIS, SDL_Surface *surface
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl.c 54 static void CopyShadowNull(_THIS, SDL_Surface *surface);
55 static void CopyShadowDirect(_THIS, SDL_Surface *surface);
56 static void CopyShadowRGBTo555(_THIS, SDL_Surface *surface);
57 static void CopyShadowRGBTo565(_THIS, SDL_Surface *surface);
58 static void CopyShadowRGBSwap(_THIS, SDL_Surface *surface);
59 static void CopyShadowRGBToARGB(_THIS, SDL_Surface *surface);
60 static void CopyShadowRGBToABGR(_THIS, SDL_Surface *surface);
61 static void CopyShadowRGBToBGRA(_THIS, SDL_Surface *surface);
62 static void CopyShadowRGBToRGBA(_THIS, SDL_Surface *surface);
63 static void CopyShadow8888To555(_THIS, SDL_Surface *surface)
    [all...]
SDL_atarigl_c.h 51 void (*ConvertSurface)(_THIS, SDL_Surface *surface);
54 void (*CopyShadow)(_THIS, SDL_Surface *surface);
99 extern int SDL_AtariGL_Init(_THIS, SDL_Surface *current);
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.c 54 static SDL_Surface *GGI_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
60 static int GGI_AllocHWSurface(_THIS, SDL_Surface *surface);
61 static int GGI_LockHWSurface(_THIS, SDL_Surface *surface);
62 static void GGI_UnlockHWSurface(_THIS, SDL_Surface *surface);
63 static void GGI_FreeHWSurface(_THIS, SDL_Surface *surface);
251 SDL_Surface *GGI_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags)
325 static int GGI_AllocHWSurface(_THIS, SDL_Surface *surface)
329 static void GGI_FreeHWSurface(_THIS, SDL_Surface *surface
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 41 static SDL_Surface *PG_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
46 static int PG_AllocHWSurface(_THIS, SDL_Surface *surface);
47 static int PG_LockHWSurface(_THIS, SDL_Surface *surface);
48 static void PG_UnlockHWSurface(_THIS, SDL_Surface *surface);
49 static void PG_FreeHWSurface(_THIS, SDL_Surface *surface);
191 SDL_Surface *PG_SetVideoMode(_THIS, SDL_Surface *current,
270 static int PG_AllocHWSurface(_THIS, SDL_Surface *surface)
274 static void PG_FreeHWSurface(_THIS, SDL_Surface *surface
    [all...]
  /external/qemu/android/skin/
trackball.h 36 extern void skin_trackball_draw ( SkinTrackBall* ball, int x, int y, SDL_Surface* dst );
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
main.c 18 SDL_Surface *screen;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
main.c 18 SDL_Surface *screen;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
main.c 18 SDL_Surface *screen;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
main.c 18 SDL_Surface *screen;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
main.c 18 SDL_Surface *screen;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
main.c 18 SDL_Surface *screen;
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.h 50 SDL_Surface *pSDLSurface; // The SDL surface describing the buffer
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemwm.c 56 void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
58 SDL_Surface *sicon;

Completed in 924 milliseconds

12 3 4 5 6