Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_rwops.c314 rw->type == SDL_RWOPS_STDFILE || rw->type == SDL_RWOPS_JNIFILE, in rwops_testFileRead()
315 …E or SDL_RWOPS_JNIFILE; expected: %d|%d, got: %d", SDL_RWOPS_STDFILE, SDL_RWOPS_JNIFILE, rw->type); in rwops_testFileRead()
361 rw->type == SDL_RWOPS_STDFILE || rw->type == SDL_RWOPS_JNIFILE, in rwops_testFileWrite()
362 …E or SDL_RWOPS_JNIFILE; expected: %d|%d, got: %d", SDL_RWOPS_STDFILE, SDL_RWOPS_JNIFILE, rw->type); in rwops_testFileWrite()
/AliOS-Things-master/components/SDL2/include/
A DSDL_rwops.h45 #define SDL_RWOPS_JNIFILE 3U /**< Android asset */ macro
/AliOS-Things-master/components/SDL2/src/file/
A DSDL_rwops.c578 rwops->type = SDL_RWOPS_JNIFILE; in SDL_RWFromFile()

Completed in 7 milliseconds