Searched refs:dll_handle (Results 1 – 7 of 7) sorted by relevance
111 if (this->gl_config.dll_handle!=NULL) in ph_GL_LoadLibrary()124 this->gl_config.dll_handle = handle; in ph_GL_LoadLibrary()143 if (this->gl_config.dll_handle==NULL) in ph_GL_GetProcAddress()146 if (this->gl_config.dll_handle==NULL) in ph_GL_GetProcAddress()155 function=dlsym(this->gl_config.dll_handle, proc); in ph_GL_GetProcAddress()
643 if (_this->gl_config.dll_handle == NULL) { in BE_GL_LoadLibrary()653 _this->gl_config.dll_handle = (void*)info.id; in BE_GL_LoadLibrary()665 if (_this->gl_config.dll_handle == NULL) { in BE_GL_LoadLibrary()687 if (_this->gl_config.dll_handle != NULL) { in BE_GL_LoadLibrary()690 _this->gl_config.dll_handle = NULL; in BE_GL_LoadLibrary()699 if (_this->gl_config.dll_handle != NULL) { in BE_GL_LoadLibrary()702 …if ((err = get_image_symbol((image_id)_this->gl_config.dll_handle, proc, B_SYMBOL_TYPE_ANY, &locat… in BE_GL_LoadLibrary()834 if (_this->gl_config.dll_handle != NULL) in BE_GL_LoadLibrary()835 unload_add_on((image_id)_this->gl_config.dll_handle); in BE_GL_LoadLibrary()
221 this->gl_config.dll_handle = handle; in SDL_AtariGL_LoadLibrary()243 if (this->gl_config.dll_handle) { in SDL_AtariGL_GetProcAddress()244 func = SDL_LoadFunction(this->gl_config.dll_handle, (void *)proc); in SDL_AtariGL_GetProcAddress()319 if (this->gl_config.dll_handle) { in SDL_AtariGL_MakeCurrent()357 if (this->gl_config.dll_handle) { in SDL_AtariGL_SwapBuffers()395 if (this->gl_config.dll_handle) { in SDL_AtariGL_UnloadLibrary()396 SDL_UnloadObject(this->gl_config.dll_handle); in SDL_AtariGL_UnloadLibrary()397 this->gl_config.dll_handle = NULL; in SDL_AtariGL_UnloadLibrary()414 if (this->gl_config.dll_handle) { in InitNew()521 if (this->gl_config.dll_handle) { in InitOld()[all …]
469 GL_UnloadObject(this->gl_config.dll_handle); in X11_GL_UnloadLibrary()481 this->gl_config.dll_handle = NULL; in X11_GL_UnloadLibrary()520 this->gl_config.dll_handle = handle; in X11_GL_LoadLibrary()553 GL_UnloadObject(this->gl_config.dll_handle); in X11_GL_LoadLibrary()554 this->gl_config.dll_handle = NULL; in X11_GL_LoadLibrary()574 return GL_LoadFunction(this->gl_config.dll_handle, proc); in X11_GL_GetProcAddress()
579 FreeLibrary((HMODULE)this->gl_config.dll_handle); in WIN_GL_UnloadLibrary()589 this->gl_config.dll_handle = NULL; in WIN_GL_UnloadLibrary()640 this->gl_config.dll_handle = handle; in WIN_GL_LoadLibrary()654 func = GetProcAddress(this->gl_config.dll_handle, proc); in WIN_GL_GetProcAddress()
314 void* dll_handle; member
225 video->gl_config.dll_handle = NULL; in SDL_VideoInit()