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

  /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::__anon34038
SDL_video.c 225 video->gl_config.dll_handle = NULL;
    [all...]

Completed in 111 milliseconds