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.12/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.12/src/video/bwindow/
SDL_sysvideo.cc 635 if (_this->gl_config.dll_handle == NULL) {
641 _this->gl_config.dll_handle = (void*)cookie;
653 if (_this->gl_config.dll_handle == NULL) {
658 /*if (_this->gl_config.dll_handle != NULL) {*/
661 if (get_image_info((image_id)_this->gl_config.dll_handle, &info) == B_OK) {
663 unload_add_on((image_id)_this->gl_config.dll_handle);
669 if ((_this->gl_config.dll_handle = (void*)load_add_on(path)) != (void*)B_ERROR) {
675 if (_this->gl_config.dll_handle != NULL) {
678 _this->gl_config.dll_handle = NULL;
687 if (_this->gl_config.dll_handle != NULL)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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;
416 if (this->gl_config.dll_handle) {
523 if (this->gl_config.dll_handle) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 567 FreeLibrary((HMODULE)this->gl_config.dll_handle);
577 this->gl_config.dll_handle = NULL;
628 this->gl_config.dll_handle = handle;
642 func = GetProcAddress(this->gl_config.dll_handle, proc);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl.c 445 GL_UnloadObject(this->gl_config.dll_handle);
457 this->gl_config.dll_handle = NULL;
530 this->gl_config.dll_handle = handle;
545 handle = this->gl_config.dll_handle;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 314 void* dll_handle; member in struct:SDL_VideoDevice::__anon10765
SDL_video.c 219 video->gl_config.dll_handle = NULL;
    [all...]

Completed in 59 milliseconds