Home
last modified time | relevance | path

Searched refs:SDL_realloc (Results 1 – 18 of 18) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_getenv.c51 char *newmem = (char *)SDL_realloc(SDL_envmem, bufferlen); in SDL_putenv()
77 char *newmem = (char *)SDL_realloc(SDL_envmem, bufferlen); in SDL_getenv()
142 new_env = SDL_realloc(SDL_env, (i+2)*sizeof(char *)); in SDL_putenv()
DSDL_iconv.c856 string = SDL_realloc(string, stringsize); in SDL_iconv_string()
DSDL_malloc.c616 #define realloc SDL_realloc
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_stdinc.h156 #define SDL_realloc realloc macro
158 extern DECLSPEC void * SDLCALL SDL_realloc(void *mem, size_t size);
/external/qemu/distrib/sdl-1.2.12/src/thread/
DSDL_thread.c92 threads = (SDL_Thread **)SDL_realloc(SDL_Threads, in SDL_AddThread()
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
DSDL_vglvideo.c201 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in VGL_AddMode()
346 VGLCurMode = SDL_realloc(VGLCurMode, sizeof(VGLMode)); in VGL_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_cgxmodes.c135 SDL_modelist = (SDL_Rect **)SDL_realloc(SDL_modelist,(nmodes+1)*sizeof(SDL_Rect *)); in CGX_GetVideoModes()
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_sysvideo.cc200 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in QT_AddMode()
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysvideo.cc247 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in BE_AddMode()
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscosFullScreenVideo.c605 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in FULLSCREEN_AddMode()
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
DSDL_xbios.c223 XBIOS_modelist = (xbiosmode_t *) SDL_realloc(XBIOS_modelist, XBIOS_nummodes * sizeof(xbiosmode_t)); in SDL_XBIOS_AddMode()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_RLEaccel.c1603 Uint8 *p = SDL_realloc(rlebuf, dst - rlebuf); in RLEAlphaSurface()
1764 Uint8 *p = SDL_realloc(rlebuf, dst - rlebuf); in RLEColorkeySurface()
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
DSDL_dgavideo.c208 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in DGA_AddMode()
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
DSDL_gapivideo.c221 SDL_realloc(gapi->SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in GAPI_AddMode()
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibvideo.c253 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in DIB_AddMode()
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbvideo.c450 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in FB_AddMode()
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
DSDL_os2fslib.c2681 …pNewList = (SDL_Rect**) SDL_realloc(_this->hidden->pListModesResult, (iNumOfSlots+1)*sizeof(SDL_Re… in os2fslib_ListModes()
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzVideo.m301 SDL_realloc (client_mode_list, sizeof(*client_mode_list) * (list_size+1));