/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_dyn.c | 57 #define DFB_SYM(ret, name, args, al, func) if (!(SDL_DirectFB_Symbols.name = SDL_LoadFunction(handl… in SDL_DirectFB_LoadLibrary() 62 SDL_LoadFunction(handle, "directfb_major_version"))) in SDL_DirectFB_LoadLibrary() 66 SDL_LoadFunction(handle, "directfb_minor_version"))) in SDL_DirectFB_LoadLibrary() 70 SDL_LoadFunction(handle, "directfb_micro_version"))) in SDL_DirectFB_LoadLibrary()
|
A D | SDL_DirectFB_opengl.c | 57 #define GL_LoadFunction SDL_LoadFunction
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsvideo.c | 125 …data->CloseTouchInputHandle = (BOOL (WINAPI *)(HTOUCHINPUT)) SDL_LoadFunction(data->userDLL, "Clos… in WIN_CreateDevice() 126 …hInputInfo = (BOOL (WINAPI *)(HTOUCHINPUT, UINT, PTOUCHINPUT, int)) SDL_LoadFunction(data->userDLL… in WIN_CreateDevice() 127 …data->RegisterTouchWindow = (BOOL (WINAPI *)(HWND, ULONG)) SDL_LoadFunction(data->userDLL, "Regist… in WIN_CreateDevice() 134 … = (HRESULT (WINAPI *)(HMONITOR, MONITOR_DPI_TYPE, UINT *, UINT *)) SDL_LoadFunction(data->shcoreD… in WIN_CreateDevice() 270 … Direct3DCreate9ExFunc = (Direct3DCreate9Ex_t)SDL_LoadFunction(*pD3DDLL, "Direct3DCreate9Ex"); in D3D_LoadDLL() 285 Direct3DCreate9Func = (Direct3DCreate9_t)SDL_LoadFunction(*pD3DDLL, "Direct3DCreate9"); in D3D_LoadDLL() 353 (HRESULT (WINAPI *) (REFIID, void**)) SDL_LoadFunction(*pDXGIDLL, in DXGI_LoadDLL()
|
A D | SDL_windowsopengl.c | 123 SDL_LoadFunction(handle, "wglGetProcAddress"); in WIN_GL_LoadLibrary() 125 SDL_LoadFunction(handle, "wglCreateContext"); in WIN_GL_LoadLibrary() 127 SDL_LoadFunction(handle, "wglDeleteContext"); in WIN_GL_LoadLibrary() 129 SDL_LoadFunction(handle, "wglMakeCurrent"); in WIN_GL_LoadLibrary() 131 SDL_LoadFunction(handle, "wglShareLists"); in WIN_GL_LoadLibrary()
|
A D | SDL_windowsvulkan.c | 60 vkGetInstanceProcAddr = (PFN_vkGetInstanceProcAddr)SDL_LoadFunction( in WIN_Vulkan_LoadLibrary()
|
A D | SDL_windowskeyboard.c | 357 …videodata->ImmLockIMC = (LPINPUTCONTEXT2 (WINAPI *)(HIMC))SDL_LoadFunction(videodata->ime_himm32, … in IME_Init() 358 …videodata->ImmUnlockIMC = (BOOL (WINAPI *)(HIMC))SDL_LoadFunction(videodata->ime_himm32, "ImmUnloc… in IME_Init() 359 …videodata->ImmLockIMCC = (LPVOID (WINAPI *)(HIMCC))SDL_LoadFunction(videodata->ime_himm32, "ImmLoc… in IME_Init() 360 …videodata->ImmUnlockIMCC = (BOOL (WINAPI *)(HIMCC))SDL_LoadFunction(videodata->ime_himm32, "ImmUnl… in IME_Init() 658 SDL_LoadFunction(hime, "GetReadingString"); in IME_SetupAPI() 660 SDL_LoadFunction(hime, "ShowReadingWindow"); in IME_SetupAPI()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_loadso.h | 65 extern DECLSPEC void *SDLCALL SDL_LoadFunction(void *handle,
|
/AliOS-Things-master/components/SDL2/src/loadso/dummy/ |
A D | SDL_sysloadso.c | 39 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction() function
|
/AliOS-Things-master/components/SDL2/src/loadso/windows/ |
A D | SDL_sysloadso.c | 58 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction() function
|
/AliOS-Things-master/components/SDL2/src/loadso/dlopen/ |
A D | SDL_sysloadso.c | 59 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction() function
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11vulkan.c | 60 vkGetInstanceProcAddr = (PFN_vkGetInstanceProcAddr)SDL_LoadFunction( in X11_Vulkan_LoadLibrary() 112 SDL_LoadFunction(videoData->vulkan_xlib_xcb_library, "XGetXCBConnection"); in X11_Vulkan_LoadLibrary()
|
A D | SDL_x11dyn.c | 84 fn = SDL_LoadFunction(x11libs[i].lib, fnname); in X11_GetSym()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testloadso.c | 62 fn = (fntype) SDL_LoadFunction(lib, symname); in main()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_egl.c | 100 _this->egl_data->NAME = SDL_LoadFunction(_this->egl_data->dll_handle, #NAME); \ 241 retval = SDL_LoadFunction(_this->egl_data->egl_dll_handle, proc); in SDL_EGL_GetProcAddress() 246 retval = SDL_LoadFunction(_this->egl_data->egl_dll_handle, procname); in SDL_EGL_GetProcAddress() 388 if (dll_handle == NULL || SDL_LoadFunction(dll_handle, "eglChooseConfig") == NULL) { in SDL_EGL_LoadLibraryOnly() 405 if (dll_handle == NULL || SDL_LoadFunction(dll_handle, "eglChooseConfig") == NULL) { in SDL_EGL_LoadLibraryOnly()
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmdyn.c | 61 fn = SDL_LoadFunction(kmsdrmlibs[i].lib, fnname); in KMSDRM_GetSym()
|
/AliOS-Things-master/components/SDL2/src/video/vivante/ |
A D | SDL_vivantevulkan.c | 71 vkGetInstanceProcAddr = (PFN_vkGetInstanceProcAddr)SDL_LoadFunction( in VIVANTE_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylanddyn.c | 65 fn = SDL_LoadFunction(waylandlibs[i].lib, fnname); in WAYLAND_GetSym()
|
A D | SDL_waylandvulkan.c | 59 vkGetInstanceProcAddr = (PFN_vkGetInstanceProcAddr)SDL_LoadFunction( in Wayland_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidvulkan.c | 59 vkGetInstanceProcAddr = (PFN_vkGetInstanceProcAddr)SDL_LoadFunction( in Android_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtopengles.cpp | 66 …Function CreateWinrtEglWindow = (CreateWinrtEglWindow_Old_Function) SDL_LoadFunction(_this->egl_da… in WINRT_GLES_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_tif.c | 44 lib.FUNC = (SIG) SDL_LoadFunction(lib.handle, #FUNC); \
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_audio.c | 160 …SRC_src_new = (SRC_STATE* (*)(int converter_type, int channels, int *error))SDL_LoadFunction(SRC_l… in LoadLibSampleRate() 161 …SRC_src_process = (int (*)(SRC_STATE *state, SRC_DATA *data))SDL_LoadFunction(SRC_lib, "src_proces… in LoadLibSampleRate() 162 SRC_src_reset = (int(*)(SRC_STATE *state))SDL_LoadFunction(SRC_lib, "src_reset"); in LoadLibSampleRate() 163 SRC_src_delete = (SRC_STATE* (*)(SRC_STATE *state))SDL_LoadFunction(SRC_lib, "src_delete"); in LoadLibSampleRate() 164 SRC_src_strerror = (const char* (*)(int error))SDL_LoadFunction(SRC_lib, "src_strerror"); in LoadLibSampleRate()
|
/AliOS-Things-master/components/SDL2/src/audio/esd/ |
A D | SDL_esdaudio.c | 87 SDL_LoadFunction(esd_handle, esd_functions[i].name); in LoadESDLibrary()
|
/AliOS-Things-master/components/SDL2/src/audio/fusionsound/ |
A D | SDL_fsaudio.c | 100 SDL_LoadFunction(fs_handle, fs_functions[i].name); in LoadFusionSoundLibrary()
|
/AliOS-Things-master/components/SDL2/src/audio/arts/ |
A D | SDL_artsaudio.c | 109 SDL_LoadFunction(arts_handle, arts_functions[i].name); in LoadARTSLibrary()
|