Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi.c206 static SDL_INLINE void *get_sdlapi_entry(const char *fname, const char *sym) in get_sdlapi_entry() function
221 static SDL_INLINE void *get_sdlapi_entry(const char *fname, const char *sym) in get_sdlapi_entry() function
235 static SDL_INLINE void *get_sdlapi_entry(const char *fname, const char *sym) in get_sdlapi_entry() function
259 entry = (SDL_DYNAPI_ENTRYFN) get_sdlapi_entry(libname, "SDL_DYNAPI_entry"); in SDL_InitDynamicAPILocked()