Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/file/
A DSDL_rwops.c566 rwops = SDL_AllocRW(); in SDL_RWFromFile()
581 rwops = SDL_AllocRW(); in SDL_RWFromFile()
626 rwops = SDL_AllocRW(); in SDL_RWFromFP()
661 rwops = SDL_AllocRW(); in SDL_RWFromMem()
689 rwops = SDL_AllocRW(); in SDL_RWFromConstMem()
705 SDL_AllocRW(void) in SDL_AllocRW() function
/AliOS-Things-master/components/SDL2/include/
A DSDL_rwops.h171 extern DECLSPEC SDL_RWops *SDLCALL SDL_AllocRW(void);
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_rwops.c494 SDL_RWops *rw = SDL_AllocRW(); in rwops_testAllocFree()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h354 #define SDL_AllocRW SDL_AllocRW_REAL macro
A DSDL_dynapi_procs.h385 SDL_DYNAPI_PROC(SDL_RWops*,SDL_AllocRW,(void),(),return)

Completed in 13 milliseconds