Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi.c49 #define SDL_DYNAPI_VERSION 1 macro
178 if (apiver != SDL_DYNAPI_VERSION) {
305 if (entry(SDL_DYNAPI_VERSION, &jump_table, sizeof (jump_table)) < 0) { in SDL_InitDynamicAPILocked()
315 if (initialize_jumptable(SDL_DYNAPI_VERSION, &jump_table, sizeof (jump_table)) < 0) { in SDL_InitDynamicAPILocked()

Completed in 3 milliseconds