Searched refs:dll_handle (Results 1 - 7 of 7) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_gl.c111 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/
H A DSDL_sysvideo.cc643 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 !
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11gl.c469 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/
H A DSDL_atarigl.c221 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/
H A DSDL_wingl.c579 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/
H A DSDL_sysvideo.h314 void* dll_handle; member in struct:SDL_VideoDevice::__anon29434
H A DSDL_video.c225 video->gl_config.dll_handle = NULL;

Completed in 2432 milliseconds