Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_opengl.c54 #define GL_UnloadObject dlclose macro
58 #define GL_UnloadObject SDL_UnloadObject macro
153 int ret = GL_UnloadObject(_this->gl_config.dll_handle); in DirectFB_GL_UnloadLibrary()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c149 #define GL_UnloadObject dlclose macro
153 #define GL_UnloadObject SDL_UnloadObject macro
252 GL_UnloadObject(_this->gl_config.dll_handle); in X11_GL_LoadLibrary()
290 GL_UnloadObject(_this->gl_config.dll_handle); in X11_GL_UnloadLibrary()

Completed in 5 milliseconds