Searched refs:OSMesaDestroyLDG (Results 1 – 2 of 2) sorted by relevance
96 if (this->gl_data->OSMesaDestroyLDG) { in SDL_AtariGL_Quit()97 this->gl_data->OSMesaDestroyLDG(); in SDL_AtariGL_Quit()199 this->gl_data->OSMesaDestroyLDG = SDL_LoadFunction(handle, "OSMesaDestroyLDG"); in SDL_AtariGL_LoadLibrary()210 (this->gl_data->OSMesaDestroyLDG == NULL)) { in SDL_AtariGL_LoadLibrary()386 this->gl_data->OSMesaDestroyLDG = NULL; in SDL_AtariGL_InitPointers()
73 void (*OSMesaDestroyLDG)(void); member