Home
last modified time | relevance | path

Searched refs:SDL_LoadFunction (Results 1 – 25 of 33) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_dyn.c57 #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()
DSDL_DirectFB_opengl.c57 #define GL_LoadFunction SDL_LoadFunction
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c113 …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()
DSDL_windowsopengl.c117 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()
DSDL_windowskeyboard.c359 …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/
DSDL_egl.c72 _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/
DSDL_loadso.h65 extern DECLSPEC void *SDLCALL SDL_LoadFunction(void *handle,
/third_party/flutter/skia/third_party/externals/sdl/src/loadso/dummy/
DSDL_sysloadso.c39 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction() function
/third_party/flutter/skia/third_party/externals/sdl/src/loadso/haiku/
DSDL_sysloadso.c47 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction() function
/third_party/flutter/skia/third_party/externals/sdl/src/loadso/dlopen/
DSDL_sysloadso.c59 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction() function
/third_party/flutter/skia/third_party/externals/sdl/src/loadso/windows/
DSDL_sysloadso.c58 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction() function
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestloadso.c62 fn = (fntype) SDL_LoadFunction(lib, symname); in main()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylanddyn.c71 fn = SDL_LoadFunction(waylandlibs[i].lib, fnname); in WAYLAND_GetSym()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirdyn.c63 fn = SDL_LoadFunction(mirlibs[i].lib, fnname); in MIR_GetSym()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtopengles.cpp65 …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/
DSDL_x11dyn.c87 fn = SDL_LoadFunction(x11libs[i].lib, fnname); in X11_GetSym()
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_dbus.c36 if (!(dbus.x = SDL_LoadFunction(dbus_handle, #y))) return -1 in LoadDBUSSyms()
DSDL_udev.c49 *addr = SDL_LoadFunction(_this->udev_handle, fn); in SDL_UDEV_load_sym()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/esd/
DSDL_esdaudio.c87 SDL_LoadFunction(esd_handle, esd_functions[i].name); in LoadESDLibrary()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/fusionsound/
DSDL_fsaudio.c100 SDL_LoadFunction(fs_handle, fs_functions[i].name); in LoadFusionSoundLibrary()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/sndio/
DSDL_sndioaudio.c63 *addr = SDL_LoadFunction(sndio_handle, fn); in load_sndio_sym()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/arts/
DSDL_artsaudio.c109 SDL_LoadFunction(arts_handle, arts_functions[i].name); in LoadARTSLibrary()
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/
DSDL_vivantevideo.c189 videodata->NAME = SDL_LoadFunction(videodata->egl_handle, #NAME); \ in VIVANTE_VideoInit()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/nas/
DSDL_nasaudio.c62 *addr = SDL_LoadFunction(nas_handle, fn); in load_nas_sym()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/directsound/
DSDL_directsound.c77 p##f = (fn##f) SDL_LoadFunction(DSoundDLL, #f); \ in DSOUND_Load()

12