/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
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()
|
D | SDL_DirectFB_opengl.c | 57 #define GL_LoadFunction SDL_LoadFunction
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsvideo.c | 113 …data->CloseTouchInputHandle = (BOOL (WINAPI *)(HTOUCHINPUT)) SDL_LoadFunction(data->userDLL, "Clos… in WIN_CreateDevice() 114 …hInputInfo = (BOOL (WINAPI *)(HTOUCHINPUT, UINT, PTOUCHINPUT, int)) SDL_LoadFunction(data->userDLL… in WIN_CreateDevice() 115 …data->RegisterTouchWindow = (BOOL (WINAPI *)(HWND, ULONG)) SDL_LoadFunction(data->userDLL, "Regist… in WIN_CreateDevice() 120 … = (HRESULT (WINAPI *)(HMONITOR, MONITOR_DPI_TYPE, UINT *, UINT *)) SDL_LoadFunction(data->shcoreD… in WIN_CreateDevice() 245 … Direct3DCreate9ExFunc = (Direct3DCreate9Ex_t)SDL_LoadFunction(*pD3DDLL, "Direct3DCreate9Ex"); in D3D_LoadDLL() 260 Direct3DCreate9Func = (Direct3DCreate9_t)SDL_LoadFunction(*pD3DDLL, "Direct3DCreate9"); in D3D_LoadDLL() 328 (HRESULT (WINAPI *) (REFIID, void**)) SDL_LoadFunction(*pDXGIDLL, in DXGI_LoadDLL()
|
D | SDL_windowsopengl.c | 117 SDL_LoadFunction(handle, "wglGetProcAddress"); in WIN_GL_LoadLibrary() 119 SDL_LoadFunction(handle, "wglCreateContext"); in WIN_GL_LoadLibrary() 121 SDL_LoadFunction(handle, "wglDeleteContext"); in WIN_GL_LoadLibrary() 123 SDL_LoadFunction(handle, "wglMakeCurrent"); in WIN_GL_LoadLibrary() 125 SDL_LoadFunction(handle, "wglShareLists"); in WIN_GL_LoadLibrary()
|
D | SDL_windowskeyboard.c | 359 …videodata->ImmLockIMC = (LPINPUTCONTEXT2 (WINAPI *)(HIMC))SDL_LoadFunction(videodata->ime_himm32, … in IME_Init() 360 …videodata->ImmUnlockIMC = (BOOL (WINAPI *)(HIMC))SDL_LoadFunction(videodata->ime_himm32, "ImmUnloc… in IME_Init() 361 …videodata->ImmLockIMCC = (LPVOID (WINAPI *)(HIMCC))SDL_LoadFunction(videodata->ime_himm32, "ImmLoc… in IME_Init() 362 …videodata->ImmUnlockIMCC = (BOOL (WINAPI *)(HIMCC))SDL_LoadFunction(videodata->ime_himm32, "ImmUnl… in IME_Init() 667 SDL_LoadFunction(hime, "GetReadingString"); in IME_SetupAPI() 669 SDL_LoadFunction(hime, "ShowReadingWindow"); in IME_SetupAPI()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_egl.c | 72 _this->egl_data->NAME = SDL_LoadFunction(_this->egl_data->dll_handle, #NAME); \ 128 retval = SDL_LoadFunction(_this->egl_data->egl_dll_handle, proc); in SDL_EGL_GetProcAddress() 132 retval = SDL_LoadFunction(_this->egl_data->egl_dll_handle, procname); in SDL_EGL_GetProcAddress() 230 if (dll_handle == NULL || SDL_LoadFunction(dll_handle, "eglChooseConfig") == NULL) { in SDL_EGL_LoadLibrary() 239 if (dll_handle == NULL || SDL_LoadFunction(dll_handle, "eglChooseConfig") == NULL) { in SDL_EGL_LoadLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_loadso.h | 65 extern DECLSPEC void *SDLCALL SDL_LoadFunction(void *handle,
|
/third_party/flutter/skia/third_party/externals/sdl/src/loadso/dummy/ |
D | SDL_sysloadso.c | 39 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/loadso/haiku/ |
D | SDL_sysloadso.c | 47 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/loadso/dlopen/ |
D | SDL_sysloadso.c | 59 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/loadso/windows/ |
D | SDL_sysloadso.c | 58 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction() function
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testloadso.c | 62 fn = (fntype) SDL_LoadFunction(lib, symname); in main()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylanddyn.c | 71 fn = SDL_LoadFunction(waylandlibs[i].lib, fnname); in WAYLAND_GetSym()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirdyn.c | 63 fn = SDL_LoadFunction(mirlibs[i].lib, fnname); in MIR_GetSym()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtopengles.cpp | 65 …Function CreateWinrtEglWindow = (CreateWinrtEglWindow_Old_Function) SDL_LoadFunction(_this->egl_da… in WINRT_GLES_LoadLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11dyn.c | 87 fn = SDL_LoadFunction(x11libs[i].lib, fnname); in X11_GetSym()
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_dbus.c | 36 if (!(dbus.x = SDL_LoadFunction(dbus_handle, #y))) return -1 in LoadDBUSSyms()
|
D | SDL_udev.c | 49 *addr = SDL_LoadFunction(_this->udev_handle, fn); in SDL_UDEV_load_sym()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/esd/ |
D | SDL_esdaudio.c | 87 SDL_LoadFunction(esd_handle, esd_functions[i].name); in LoadESDLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/fusionsound/ |
D | SDL_fsaudio.c | 100 SDL_LoadFunction(fs_handle, fs_functions[i].name); in LoadFusionSoundLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/sndio/ |
D | SDL_sndioaudio.c | 63 *addr = SDL_LoadFunction(sndio_handle, fn); in load_sndio_sym()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/arts/ |
D | SDL_artsaudio.c | 109 SDL_LoadFunction(arts_handle, arts_functions[i].name); in LoadARTSLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/ |
D | SDL_vivantevideo.c | 189 videodata->NAME = SDL_LoadFunction(videodata->egl_handle, #NAME); \ in VIVANTE_VideoInit()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/nas/ |
D | SDL_nasaudio.c | 62 *addr = SDL_LoadFunction(nas_handle, fn); in load_nas_sym()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/directsound/ |
D | SDL_directsound.c | 77 p##f = (fn##f) SDL_LoadFunction(DSoundDLL, #f); \ in DSOUND_Load()
|