/AliOS-Things-master/components/SDL2/src/video/vivante/ |
A D | SDL_vivantevulkan.c | 56 _this->vulkan_config.loader_handle = SDL_LoadObject(path); in VIVANTE_Vulkan_LoadLibrary() 61 _this->vulkan_config.loader_handle = SDL_LoadObject(path); in VIVANTE_Vulkan_LoadLibrary() 64 _this->vulkan_config.loader_handle = SDL_LoadObject(path); in VIVANTE_Vulkan_LoadLibrary()
|
A D | SDL_vivantevideo.c | 195 videodata->egl_handle = SDL_LoadObject("libEGL.so.1"); in VIVANTE_VideoInit() 197 videodata->egl_handle = SDL_LoadObject("libEGL.so"); in VIVANTE_VideoInit()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_egl.c | 310 if (SDL_LoadObject(d3dcompiler) == NULL) { in SDL_EGL_LoadLibraryOnly() 340 egl_dll_handle = SDL_LoadObject(path); in SDL_EGL_LoadLibraryOnly() 347 egl_dll_handle = SDL_LoadObject(path); in SDL_EGL_LoadLibraryOnly() 351 egl_dll_handle = SDL_LoadObject(path); in SDL_EGL_LoadLibraryOnly() 357 egl_dll_handle = SDL_LoadObject(path); in SDL_EGL_LoadLibraryOnly() 360 egl_dll_handle = SDL_LoadObject(path); in SDL_EGL_LoadLibraryOnly() 365 egl_dll_handle = SDL_LoadObject(path); in SDL_EGL_LoadLibraryOnly() 373 egl_dll_handle = SDL_LoadObject(path); in SDL_EGL_LoadLibraryOnly() 385 dll_handle = SDL_LoadObject(egl_path); in SDL_EGL_LoadLibraryOnly() 396 dll_handle = SDL_LoadObject(path); in SDL_EGL_LoadLibraryOnly() [all …]
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_loadso.h | 58 extern DECLSPEC void *SDLCALL SDL_LoadObject(const char *sofile);
|
/AliOS-Things-master/components/SDL2/src/loadso/dummy/ |
A D | SDL_sysloadso.c | 31 SDL_LoadObject(const char *sofile) in SDL_LoadObject() function
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsvideo.c | 123 data->userDLL = SDL_LoadObject("USER32.DLL"); in WIN_CreateDevice() 132 data->shcoreDLL = SDL_LoadObject("SHCORE.DLL"); in WIN_CreateDevice() 261 *pD3DDLL = SDL_LoadObject("D3D9.DLL"); in D3D_LoadDLL() 348 *pDXGIDLL = SDL_LoadObject("DXGI.DLL"); in DXGI_LoadDLL()
|
A D | SDL_windowsvulkan.c | 55 _this->vulkan_config.loader_handle = SDL_LoadObject(path); in WIN_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/loadso/windows/ |
A D | SDL_sysloadso.c | 33 SDL_LoadObject(const char *sofile) in SDL_LoadObject() function
|
/AliOS-Things-master/components/SDL2/src/loadso/dlopen/ |
A D | SDL_sysloadso.c | 38 SDL_LoadObject(const char *sofile) in SDL_LoadObject() function
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11vulkan.c | 56 _this->vulkan_config.loader_handle = SDL_LoadObject(path); in X11_Vulkan_LoadLibrary() 108 videoData->vulkan_xlib_xcb_library = SDL_LoadObject(libX11XCBLibraryName); in X11_Vulkan_LoadLibrary()
|
A D | SDL_x11dyn.c | 164 x11libs[i].lib = SDL_LoadObject(x11libs[i].libname); in SDL_X11_LoadSymbols()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testloadso.c | 56 lib = SDL_LoadObject(libname); in main()
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_dyn.c | 54 handle = SDL_LoadObject(SDL_VIDEO_DRIVER_DIRECTFB_DYNAMIC); in SDL_DirectFB_LoadLibrary()
|
A D | SDL_DirectFB_opengl.c | 56 #define GL_LoadObject SDL_LoadObject
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmdyn.c | 132 kmsdrmlibs[i].lib = SDL_LoadObject(kmsdrmlibs[i].libname); in SDL_KMSDRM_LoadSymbols()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylanddyn.c | 136 waylandlibs[i].lib = SDL_LoadObject(waylandlibs[i].libname); in SDL_WAYLAND_LoadSymbols()
|
A D | SDL_waylandvulkan.c | 54 _this->vulkan_config.loader_handle = SDL_LoadObject(path); in Wayland_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidvulkan.c | 54 _this->vulkan_config.loader_handle = SDL_LoadObject(path); in Android_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_udev.c | 261 _this->udev_handle = SDL_LoadObject(SDL_UDEV_DYNAMIC); in SDL_UDEV_LoadLibrary() 273 _this->udev_handle = SDL_LoadObject(SDL_UDEV_LIBS[i]); in SDL_UDEV_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_tif.c | 55 lib.handle = SDL_LoadObject(LOAD_TIF_DYNAMIC); in IMG_InitTIF()
|
A D | IMG_webp.c | 71 lib.handle = SDL_LoadObject(LOAD_WEBP_DYNAMIC); in IMG_InitWEBP()
|
/AliOS-Things-master/components/SDL2/src/audio/esd/ |
A D | SDL_esdaudio.c | 82 esd_handle = SDL_LoadObject(esd_library); in LoadESDLibrary()
|
/AliOS-Things-master/components/SDL2/src/audio/fusionsound/ |
A D | SDL_fsaudio.c | 95 fs_handle = SDL_LoadObject(fs_library); in LoadFusionSoundLibrary()
|
/AliOS-Things-master/components/SDL2/src/audio/arts/ |
A D | SDL_artsaudio.c | 104 arts_handle = SDL_LoadObject(arts_library); in LoadARTSLibrary()
|
/AliOS-Things-master/components/SDL2/src/audio/sndio/ |
A D | SDL_sndioaudio.c | 129 sndio_handle = SDL_LoadObject(sndio_library); in LoadSNDIOLibrary()
|