Searched defs:SDL_AllocRW (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/file/
H A DSDL_rwops.c496 rwops = SDL_AllocRW();
498 return NULL; /* SDL_SetError already setup by SDL_AllocRW() */
536 rwops = SDL_AllocRW();
553 rwops = SDL_AllocRW();
570 rwops = SDL_AllocRW();
583 SDL_RWops *SDL_AllocRW(void) function

Completed in 37 milliseconds