Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_vulkan.h116 extern DECLSPEC int SDLCALL SDL_Vulkan_LoadLibrary(const char *path);
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h632 #define SDL_Vulkan_LoadLibrary SDL_Vulkan_LoadLibrary_REAL macro
A DSDL_dynapi_procs.h666 SDL_DYNAPI_PROC(int,SDL_Vulkan_LoadLibrary,(const char *a),(a),return)
/AliOS-Things-master/components/SDL2/test/
A Dtestvulkan.c990 SDL_Vulkan_LoadLibrary(NULL); in initVulkan()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c1488 if (SDL_Vulkan_LoadLibrary(NULL) < 0) { in SDL_CreateWindow()
4154 int SDL_Vulkan_LoadLibrary(const char *path) in SDL_Vulkan_LoadLibrary() function

Completed in 18 milliseconds