Searched refs:dll_handle (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome_frame/test/ |
D | simple_resource_loader_test.cc | 16 HMODULE dll_handle = NULL; in TEST() local 30 &dll_handle, &data_pack, in TEST() 32 if (NULL != dll_handle) { in TEST() 33 FreeLibrary(dll_handle); in TEST() 34 dll_handle = NULL; in TEST() 49 &dll_handle, &data_pack, in TEST() 51 if (NULL != dll_handle) { in TEST() 52 FreeLibrary(dll_handle); in TEST() 53 dll_handle = NULL; in TEST() 68 &dll_handle, &data_pack, in TEST() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
D | SDL_ph_gl.c | 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()
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
D | SDL_sysvideo.cc | 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()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
D | SDL_atarigl.c | 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 …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11gl.c | 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()
|
/external/chromium_org/chrome_frame/ |
D | simple_resource_loader.h | 64 HMODULE* dll_handle,
|
D | simple_resource_loader.cc | 176 HMODULE* dll_handle, in LoadLocalePack() argument 218 *dll_handle = locale_dll_handle; in LoadLocalePack()
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
D | SDL_wingl.c | 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()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_sysvideo.h | 314 void* dll_handle; member
|
D | SDL_video.c | 225 video->gl_config.dll_handle = NULL; in SDL_VideoInit()
|