Home
last modified time | relevance | path

Searched refs:OSMesaDestroyLDG (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
DSDL_atarigl.c96 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()
DSDL_atarigl_c.h73 void (*OSMesaDestroyLDG)(void); member