Home
last modified time | relevance | path

Searched refs:SDL_AllocRW (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/file/
DSDL_rwops.c496 rwops = SDL_AllocRW(); in SDL_RWFromFile()
536 rwops = SDL_AllocRW(); in SDL_RWFromFP()
553 rwops = SDL_AllocRW(); in SDL_RWFromMem()
570 rwops = SDL_AllocRW(); in SDL_RWFromConstMem()
583 SDL_RWops *SDL_AllocRW(void) in SDL_AllocRW() function
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
DSDL.x107 SDL_AllocRW
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_rwops.h108 extern DECLSPEC SDL_RWops * SDLCALL SDL_AllocRW(void);
/external/qemu/distrib/sdl-1.2.15/
DWhatsNew254 Added SDL_FreeRW() to the API, to complement SDL_AllocRW()
576 SDL_AllocRW()