Searched refs:SDL_RWOPS_UNKNOWN (Results 1 – 3 of 3) sorted by relevance
42 #define SDL_RWOPS_UNKNOWN 0U /**< Unknown stream type */ macro
501 rw->type == SDL_RWOPS_UNKNOWN, in rwops_testAllocFree()502 "Verify RWops type is SDL_RWOPS_UNKNOWN; expected: %d, got: %d", SDL_RWOPS_UNKNOWN, rw->type); in rwops_testAllocFree()
713 area->type = SDL_RWOPS_UNKNOWN; in SDL_AllocRW()
Completed in 10 milliseconds