HomeSort by relevance Sort by last modified time
    Searched refs:dll_handle (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome_frame/test/
simple_resource_loader_test.cc 16 HMODULE dll_handle = NULL; local
30 &dll_handle, &data_pack,
32 if (NULL != dll_handle) {
33 FreeLibrary(dll_handle);
34 dll_handle = NULL;
49 &dll_handle, &data_pack,
51 if (NULL != dll_handle) {
52 FreeLibrary(dll_handle);
53 dll_handle = NULL;
68 &dll_handle, &data_pack
    [all...]
  /external/chromium_org/chrome_frame/
simple_resource_loader.h 60 // |dll_handle|, the data pack in |data_pack| and the locale language in
64 HMODULE* dll_handle,
simple_resource_loader.cc 176 HMODULE* dll_handle,
218 *dll_handle = locale_dll_handle;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_gl.c 111 if (this->gl_config.dll_handle!=NULL)
124 this->gl_config.dll_handle = handle;
143 if (this->gl_config.dll_handle==NULL)
146 if (this->gl_config.dll_handle==NULL)
155 function=dlsym(this->gl_config.dll_handle, proc);
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 643 if (_this->gl_config.dll_handle == NULL) {
653 _this->gl_config.dll_handle = (void*)info.id;
665 if (_this->gl_config.dll_handle == NULL) {
670 /*if (_this->gl_config.dll_handle != NULL) {*/
673 if (get_image_info((image_id)_this->gl_config.dll_handle, &info) == B_OK) {
675 unload_add_on((image_id)_this->gl_config.dll_handle);
681 if ((_this->gl_config.dll_handle = (void*)load_add_on(path)) != (void*)B_ERROR) {
687 if (_this->gl_config.dll_handle != NULL) {
690 _this->gl_config.dll_handle = NULL;
699 if (_this->gl_config.dll_handle != NULL)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c 469 GL_UnloadObject(this->gl_config.dll_handle);
481 this->gl_config.dll_handle = NULL;
520 this->gl_config.dll_handle = handle;
553 GL_UnloadObject(this->gl_config.dll_handle);
554 this->gl_config.dll_handle = NULL;
574 return GL_LoadFunction(this->gl_config.dll_handle, proc);
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl.c 221 this->gl_config.dll_handle = handle;
243 if (this->gl_config.dll_handle) {
244 func = SDL_LoadFunction(this->gl_config.dll_handle, (void *)proc);
319 if (this->gl_config.dll_handle) {
357 if (this->gl_config.dll_handle) {
395 if (this->gl_config.dll_handle) {
396 SDL_UnloadObject(this->gl_config.dll_handle);
397 this->gl_config.dll_handle = NULL;
414 if (this->gl_config.dll_handle) {
521 if (this->gl_config.dll_handle) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 579 FreeLibrary((HMODULE)this->gl_config.dll_handle);
589 this->gl_config.dll_handle = NULL;
640 this->gl_config.dll_handle = handle;
654 func = GetProcAddress(this->gl_config.dll_handle, proc);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 314 void* dll_handle; member in struct:SDL_VideoDevice::__anon26781
SDL_video.c 225 video->gl_config.dll_handle = NULL;
    [all...]
  /external/chromium_org/third_party/mongoose/
mongoose.c 3648 void *dll_handle; local
    [all...]

Completed in 141 milliseconds