Home | History | Annotate | Download | only in ataricommon

Lines Matching refs:dll_handle

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) {
531 if (this->gl_config.dll_handle) {