Searched refs:egl_dll_handle (Results 1 – 3 of 3) sorted by relevance
275 if (_this->egl_data->egl_dll_handle) { in SDL_EGL_UnloadLibrary()277 _this->egl_data->egl_dll_handle = NULL; in SDL_EGL_UnloadLibrary()340 egl_dll_handle = SDL_LoadObject(path); in SDL_EGL_LoadLibraryOnly()343 if (egl_dll_handle == NULL) { in SDL_EGL_LoadLibraryOnly()347 egl_dll_handle = SDL_LoadObject(path); in SDL_EGL_LoadLibraryOnly()349 if (egl_dll_handle == NULL && !vc4) { in SDL_EGL_LoadLibraryOnly()358 if (egl_dll_handle == NULL) { in SDL_EGL_LoadLibraryOnly()363 if (egl_dll_handle == NULL && !vc4) { in SDL_EGL_LoadLibraryOnly()373 egl_dll_handle = SDL_LoadObject(path); in SDL_EGL_LoadLibraryOnly()377 _this->egl_data->egl_dll_handle = egl_dll_handle; in SDL_EGL_LoadLibraryOnly()[all …]
36 void *egl_dll_handle, *dll_handle; member
66 …CreateWinrtEglWindow_Old_Function) SDL_LoadFunction(_this->egl_data->egl_dll_handle, "CreateWinrtE… in WINRT_GLES_LoadLibrary()
Completed in 12 milliseconds