Home
last modified time | relevance | path

Searched refs:SDL_Surface (Results 1 – 25 of 112) sorted by relevance

12345

/external/qemu/distrib/sdl-1.2.12/include/
DSDL_video.h88 typedef struct SDL_Surface { struct
114 } SDL_Surface; argument
144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
255 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
347 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
359 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h);
371 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen);
423 extern DECLSPEC int SDLCALL SDL_SetColors(SDL_Surface *surface,
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_image_c.h38 extern int ph_SetupImage(_THIS, SDL_Surface* screen);
39 extern void ph_DestroyImage(_THIS, SDL_Surface* screen);
40 extern int ph_SetupUpdateFunction(_THIS, SDL_Surface* screen, Uint32 flags);
42 extern int ph_AllocHWSurface(_THIS, SDL_Surface* surface);
43 extern void ph_FreeHWSurface(_THIS, SDL_Surface* surface);
44 extern int ph_CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst);
45 extern int ph_FillHWRect(_THIS, SDL_Surface* surface, SDL_Rect* rect, Uint32 color);
46 extern int ph_LockHWSurface(_THIS, SDL_Surface* surface);
47 extern void ph_UnlockHWSurface(_THIS, SDL_Surface* surface);
48 extern int ph_FlipHWSurface(_THIS, SDL_Surface* surface);
[all …]
DSDL_ph_image.c35 int ph_SetupImage(_THIS, SDL_Surface *screen) in ph_SetupImage()
111 int ph_SetupOCImage(_THIS, SDL_Surface *screen) in ph_SetupOCImage()
183 int ph_SetupFullScreenImage(_THIS, SDL_Surface* screen) in ph_SetupFullScreenImage()
299 int ph_SetupOpenGLImage(_THIS, SDL_Surface* screen) in ph_SetupOpenGLImage()
327 void ph_DestroyImage(_THIS, SDL_Surface* screen) in ph_DestroyImage()
482 int ph_SetupUpdateFunction(_THIS, SDL_Surface* screen, Uint32 flags) in ph_SetupUpdateFunction()
522 int ph_AllocHWSurface(_THIS, SDL_Surface* surface) in ph_AllocHWSurface()
574 void ph_FreeHWSurface(_THIS, SDL_Surface* surface) in ph_FreeHWSurface()
615 int ph_CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst) in ph_CheckHWBlit()
656 PgColor_t ph_ExpandColor(_THIS, SDL_Surface* surface, Uint32 color) in ph_ExpandColor()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_sysvideo.h74 SDL_Surface *(*SetVideoMode)(_THIS, SDL_Surface *current,
91 Uint32 format, SDL_Surface *display);
124 int (*AllocHWSurface)(_THIS, SDL_Surface *surface);
129 int (*CheckHWBlit)(_THIS, SDL_Surface *src, SDL_Surface *dst);
132 int (*FillHWRect)(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color);
135 int (*SetHWColorKey)(_THIS, SDL_Surface *surface, Uint32 key);
138 int (*SetHWAlpha)(_THIS, SDL_Surface *surface, Uint8 value);
141 int (*LockHWSurface)(_THIS, SDL_Surface *surface);
142 void (*UnlockHWSurface)(_THIS, SDL_Surface *surface);
145 int (*FlipHWSurface)(_THIS, SDL_Surface *surface);
[all …]
DSDL_RLEaccel_c.h26 extern int SDL_RLESurface(SDL_Surface *surface);
27 extern int SDL_RLEBlit(SDL_Surface *src, SDL_Rect *srcrect,
28 SDL_Surface *dst, SDL_Rect *dstrect);
29 extern int SDL_RLEAlphaBlit(SDL_Surface *src, SDL_Rect *srcrect,
30 SDL_Surface *dst, SDL_Rect *dstrect);
31 extern void SDL_UnRLESurface(SDL_Surface *surface, int recode);
DSDL_cursor_c.h29 extern void SDL_DrawCursor(SDL_Surface *screen);
30 extern void SDL_DrawCursorNoLock(SDL_Surface *screen);
31 extern void SDL_EraseCursor(SDL_Surface *screen);
32 extern void SDL_EraseCursorNoLock(SDL_Surface *screen);
33 extern void SDL_UpdateCursor(SDL_Surface *screen);
DSDL_surface.c37 SDL_Surface * SDL_CreateRGBSurface (Uint32 flags, in SDL_CreateRGBSurface()
43 SDL_Surface *screen; in SDL_CreateRGBSurface()
44 SDL_Surface *surface; in SDL_CreateRGBSurface()
78 surface = (SDL_Surface *)SDL_malloc(sizeof(*surface)); in SDL_CreateRGBSurface()
154 SDL_Surface * SDL_CreateRGBSurfaceFrom (void *pixels, in SDL_CreateRGBSurfaceFrom()
158 SDL_Surface *surface; in SDL_CreateRGBSurfaceFrom()
175 int SDL_SetColorKey (SDL_Surface *surface, Uint32 flag, Uint32 key) in SDL_SetColorKey()
225 int SDL_SetAlpha (SDL_Surface *surface, Uint32 flag, Uint8 value) in SDL_SetAlpha()
283 int SDL_SetAlphaChannel(SDL_Surface *surface, Uint8 value) in SDL_SetAlphaChannel()
368 SDL_bool SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect) in SDL_SetClipRect()
[all …]
DSDL_pixels_c.h31 extern SDL_PixelFormat *SDL_ReallocFormat(SDL_Surface *surface, int bpp,
33 extern void SDL_FormatChanged(SDL_Surface *surface);
39 extern int SDL_MapSurface (SDL_Surface *src, SDL_Surface *dst);
43 extern Uint16 SDL_CalculatePitch(SDL_Surface *surface);
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscosvideo.c55 static SDL_Surface *RISCOS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp…
65 extern SDL_Surface *FULLSCREEN_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int…
71 extern SDL_Surface *WIMP_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, …
76 static int RISCOS_AllocHWSurface(_THIS, SDL_Surface *surface);
77 static int RISCOS_LockHWSurface(_THIS, SDL_Surface *surface);
78 static void RISCOS_UnlockHWSurface(_THIS, SDL_Surface *surface);
79 static void RISCOS_FreeHWSurface(_THIS, SDL_Surface *surface);
251 SDL_Surface *RISCOS_SetVideoMode(_THIS, SDL_Surface *current, in RISCOS_SetVideoMode()
270 static int RISCOS_AllocHWSurface(_THIS, SDL_Surface *surface) in RISCOS_AllocHWSurface()
274 static void RISCOS_FreeHWSurface(_THIS, SDL_Surface *surface) in RISCOS_FreeHWSurface()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_cgximage_c.h26 extern int CGX_SetupImage(_THIS, SDL_Surface *screen);
27 extern void CGX_DestroyImage(_THIS, SDL_Surface *screen);
28 extern int CGX_ResizeImage(_THIS, SDL_Surface *screen, Uint32 flags);
30 extern int CGX_AllocHWSurface(_THIS, SDL_Surface *surface);
31 extern void CGX_FreeHWSurface(_THIS, SDL_Surface *surface);
32 extern int CGX_LockHWSurface(_THIS, SDL_Surface *surface);
33 extern void CGX_UnlockHWSurface(_THIS, SDL_Surface *surface);
34 extern int CGX_FlipHWSurface(_THIS, SDL_Surface *surface);
DSDL_cgxvideo.h147 extern int CGX_CreateWindow(_THIS, SDL_Surface *screen,
150 SDL_Surface *screen, int w, int h, Uint32 flags);
152 extern void CGX_DestroyWindow(_THIS, SDL_Surface *screen);
169 int CGX_CheckHWBlit(_THIS,SDL_Surface *src,SDL_Surface *dst);
170 int CGX_FillHWRect(_THIS,SDL_Surface *dst,SDL_Rect *dstrect,Uint32 color);
171 int CGX_SetHWColorKey(_THIS,SDL_Surface *surface, Uint32 key);
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11image_c.h26 extern int X11_SetupImage(_THIS, SDL_Surface *screen);
27 extern void X11_DestroyImage(_THIS, SDL_Surface *screen);
28 extern int X11_ResizeImage(_THIS, SDL_Surface *screen, Uint32 flags);
30 extern int X11_AllocHWSurface(_THIS, SDL_Surface *surface);
31 extern void X11_FreeHWSurface(_THIS, SDL_Surface *surface);
32 extern int X11_LockHWSurface(_THIS, SDL_Surface *surface);
33 extern void X11_UnlockHWSurface(_THIS, SDL_Surface *surface);
34 extern int X11_FlipHWSurface(_THIS, SDL_Surface *surface);
DSDL_x11image.c45 static void try_mitshm(_THIS, SDL_Surface *screen) in try_mitshm()
84 int X11_SetupImage(_THIS, SDL_Surface *screen) in X11_SetupImage()
132 void X11_DestroyImage(_THIS, SDL_Surface *screen) in X11_DestroyImage()
183 int X11_ResizeImage(_THIS, SDL_Surface *screen, Uint32 flags) in X11_ResizeImage()
208 int X11_AllocHWSurface(_THIS, SDL_Surface *surface) in X11_AllocHWSurface()
212 void X11_FreeHWSurface(_THIS, SDL_Surface *surface) in X11_FreeHWSurface()
217 int X11_LockHWSurface(_THIS, SDL_Surface *surface) in X11_LockHWSurface()
225 void X11_UnlockHWSurface(_THIS, SDL_Surface *surface) in X11_UnlockHWSurface()
230 int X11_FlipHWSurface(_THIS, SDL_Surface *surface) in X11_FlipHWSurface()
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
DSDL_atarigl.c54 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 …]
/external/qemu/distrib/sdl-1.2.12/src/video/dummy/
DSDL_nullvideo.c54 static SDL_Surface *DUMMY_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp,…
59 static int DUMMY_AllocHWSurface(_THIS, SDL_Surface *surface);
60 static int DUMMY_LockHWSurface(_THIS, SDL_Surface *surface);
61 static void DUMMY_UnlockHWSurface(_THIS, SDL_Surface *surface);
62 static void DUMMY_FreeHWSurface(_THIS, SDL_Surface *surface);
161 SDL_Surface *DUMMY_SetVideoMode(_THIS, SDL_Surface *current, in DUMMY_SetVideoMode()
198 static int DUMMY_AllocHWSurface(_THIS, SDL_Surface *surface) in DUMMY_AllocHWSurface()
202 static void DUMMY_FreeHWSurface(_THIS, SDL_Surface *surface) in DUMMY_FreeHWSurface()
208 static int DUMMY_LockHWSurface(_THIS, SDL_Surface *surface) in DUMMY_LockHWSurface()
213 static void DUMMY_UnlockHWSurface(_THIS, SDL_Surface *surface) in DUMMY_UnlockHWSurface()
/external/qemu/distrib/sdl-1.2.12/src/video/dc/
DSDL_dcvideo.c41 static SDL_Surface *DC_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Ui…
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, in DC_SetVideoMode()
275 static int DC_AllocHWSurface(_THIS, SDL_Surface *surface) in DC_AllocHWSurface()
279 static void DC_FreeHWSurface(_THIS, SDL_Surface *surface) in DC_FreeHWSurface()
285 static int DC_LockHWSurface(_THIS, SDL_Surface *surface) in DC_LockHWSurface()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/
DSDL_aavideo.c46 static SDL_Surface *AA_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Ui…
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, in AA_SetVideoMode()
299 static int AA_AllocHWSurface(_THIS, SDL_Surface *surface) in AA_AllocHWSurface()
303 static void AA_FreeHWSurface(_THIS, SDL_Surface *surface) in AA_FreeHWSurface()
309 static int AA_LockHWSurface(_THIS, SDL_Surface *surface) in AA_LockHWSurface()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_sysvideo.cc56 …static SDL_Surface *QT_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, U…
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) in QT_SetFullScreen()
275 SDL_Surface *QT_SetVideoMode(_THIS, SDL_Surface *current, in QT_SetVideoMode()
338 static int QT_AllocHWSurface(_THIS, SDL_Surface *surface) in QT_AllocHWSurface()
342 static void QT_FreeHWSurface(_THIS, SDL_Surface *surface) in QT_FreeHWSurface()
346 static int QT_LockHWSurface(_THIS, SDL_Surface *surface) in QT_LockHWSurface()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/
DSDL_ggivideo.c54 static SDL_Surface *GGI_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, U…
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 f… in GGI_SetVideoMode()
325 static int GGI_AllocHWSurface(_THIS, SDL_Surface *surface) in GGI_AllocHWSurface()
329 static void GGI_FreeHWSurface(_THIS, SDL_Surface *surface) in GGI_FreeHWSurface()
333 static int GGI_LockHWSurface(_THIS, SDL_Surface *surface) in GGI_LockHWSurface()
337 static void GGI_UnlockHWSurface(_THIS, SDL_Surface *surface) in GGI_UnlockHWSurface()
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
DSDL_dspvideo.c155 static SDL_Surface *DSp_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, U…
168 static int DSp_SetHWAlpha(_THIS, SDL_Surface *surface, UInt8 alpha);
169 static int DSp_SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key);
171 static int DSp_AllocHWSurface(_THIS, SDL_Surface *surface);
172 static int DSp_LockHWSurface(_THIS, SDL_Surface *surface);
173 static void DSp_UnlockHWSurface(_THIS, SDL_Surface *surface);
174 static void DSp_FreeHWSurface(_THIS, SDL_Surface *surface);
175 static int DSp_FlipHWSurface(_THIS, SDL_Surface *surface);
176 static int DSp_CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dest);
177 static int DSp_HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect,
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
DSDL_dgavideo.c54 static SDL_Surface *DGA_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, U…
61 static int DGA_InitHWSurfaces(_THIS, SDL_Surface *screen, Uint8 *base, int size);
63 static int DGA_AllocHWSurface(_THIS, SDL_Surface *surface);
64 static int DGA_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color);
65 static int DGA_CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst);
66 static int DGA_LockHWSurface(_THIS, SDL_Surface *surface);
67 static void DGA_UnlockHWSurface(_THIS, SDL_Surface *surface);
68 static void DGA_FreeHWSurface(_THIS, SDL_Surface *surface);
69 static int DGA_FlipHWSurface(_THIS, SDL_Surface *surface);
452 SDL_Surface *DGA_SetVideoMode(_THIS, SDL_Surface *current, in DGA_SetVideoMode()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
DSDL_DirectFB_video.c56 static SDL_Surface *DirectFB_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int b…
62 static int DirectFB_AllocHWSurface(_THIS, SDL_Surface *surface);
63 static int DirectFB_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color);
64 static int DirectFB_LockHWSurface(_THIS, SDL_Surface *surface);
65 static void DirectFB_UnlockHWSurface(_THIS, SDL_Surface *surface);
66 static void DirectFB_FreeHWSurface(_THIS, SDL_Surface *surface);
67 static int DirectFB_CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst);
68 static int DirectFB_HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect,
69 SDL_Surface *dst, SDL_Rect *dstrect);
70 static int DirectFB_SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key);
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/
DSDL_pgvideo.c41 static SDL_Surface *PG_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Ui…
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, in PG_SetVideoMode()
270 static int PG_AllocHWSurface(_THIS, SDL_Surface *surface) in PG_AllocHWSurface()
274 static void PG_FreeHWSurface(_THIS, SDL_Surface *surface) in PG_FreeHWSurface()
280 static int PG_LockHWSurface(_THIS, SDL_Surface *surface) in PG_LockHWSurface()
285 static void PG_UnlockHWSurface(_THIS, SDL_Surface *surface) in PG_UnlockHWSurface()
/external/qemu/distrib/sdl-1.2.12/src/video/svga/
DSDL_svgavideo.c56 static SDL_Surface *SVGA_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, …
62 static int SVGA_AllocHWSurface(_THIS, SDL_Surface *surface);
63 static int SVGA_LockHWSurface(_THIS, SDL_Surface *surface);
64 static int SVGA_FlipHWSurface(_THIS, SDL_Surface *surface);
65 static void SVGA_UnlockHWSurface(_THIS, SDL_Surface *surface);
66 static void SVGA_FreeHWSurface(_THIS, SDL_Surface *surface);
339 SDL_Surface *SVGA_SetVideoMode(_THIS, SDL_Surface *current, in SVGA_SetVideoMode()
454 static int SVGA_AllocHWSurface(_THIS, SDL_Surface *surface) in SVGA_AllocHWSurface()
458 static void SVGA_FreeHWSurface(_THIS, SDL_Surface *surface) in SVGA_FreeHWSurface()
464 static int SVGA_LockHWSurface(_THIS, SDL_Surface *surface) in SVGA_LockHWSurface()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbriva.c61 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) in FillHWRect()
111 static int HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect, in HWAccelBlit()
112 SDL_Surface *dst, SDL_Rect *dstrect) in HWAccelBlit()
159 static int CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst) in CheckHWBlit()

12345