Searched refs:SDL_Surface (Results 126 - 139 of 139) sorted by relevance

123456

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_modes.c242 int ph_EnterFullScreen(_THIS, SDL_Surface* screen, int fmode)
H A DSDL_phyuv.c71 SDL_Overlay* ph_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display)
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWM.m412 void QZ_SetIcon (_THIS, SDL_Surface *icon, Uint8 *mask)
416 SDL_Surface *mergedSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5yuv.c122 SDL_Overlay *DX5_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c1581 static int os2fslib_AllocHWSurface(_THIS, SDL_Surface *surface)
1585 static void os2fslib_FreeHWSurface(_THIS, SDL_Surface *surface)
1591 static int os2fslib_LockHWSurface(_THIS, SDL_Surface *surface)
1596 static void os2fslib_UnlockHWSurface(_THIS, SDL_Surface *surface)
1624 void os2fslib_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
1627 SDL_Surface *icon_rgb;
2295 static SDL_Surface *os2fslib_SetVideoMode(_THIS, SDL_Surface *current,
2305 SDL_Surface *pResult;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c44 void X11_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
46 SDL_Surface *sicon;
H A DSDL_x11yuv.c160 SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuv_sw.c102 SDL_Surface *stretch;
103 SDL_Surface *display;
926 SDL_Overlay *SDL_CreateYUV_SW(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
1172 SDL_Surface *display;
H A DSDL_blit_0.c443 SDL_loblit SDL_CalculateBlit0(SDL_Surface *surface, int blit_index)
H A DSDL_blit_1.c494 SDL_loblit SDL_CalculateBlit1(SDL_Surface *surface, int blit_index)
H A DSDL_blit_A.c2723 SDL_loblit SDL_CalculateAlphaBlit(SDL_Surface *surface, int blit_index)
H A DSDL_blit_N.c2374 SDL_loblit SDL_CalculateBlitN(SDL_Surface *surface, int blit_index)
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbevents.c934 SDL_Surface *screen = SDL_VideoSurface;
952 SDL_Surface *screen = SDL_VideoSurface;
/external/qemu/android/
H A Dmain-common-ui.c238 SDL_Surface* icon = sdl_surface_from_argb32( icon_pixels, icon_w, icon_h );

Completed in 179 milliseconds

123456