Home
last modified time | relevance | path

Searched refs:SDL_RWOPS_WINFILE (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_rwops.c318 rw->type == SDL_RWOPS_WINFILE, in rwops_testFileRead()
319 "Verify RWops type is SDL_RWOPS_WINFILE; expected: %d, got: %d", SDL_RWOPS_WINFILE, rw->type); in rwops_testFileRead()
365 rw->type == SDL_RWOPS_WINFILE, in rwops_testFileWrite()
366 "Verify RWops type is SDL_RWOPS_WINFILE; expected: %d, got: %d", SDL_RWOPS_WINFILE, rw->type); in rwops_testFileWrite()
/AliOS-Things-master/components/SDL2/include/
A DSDL_rwops.h43 #define SDL_RWOPS_WINFILE 1U /**< Win32 file */ macro
/AliOS-Things-master/components/SDL2/src/file/
A DSDL_rwops.c593 rwops->type = SDL_RWOPS_WINFILE; in SDL_RWFromFile()

Completed in 7 milliseconds