Home
last modified time | relevance | path

Searched refs:GL_UnloadLibrary (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengles.c40 _this->GL_UnloadLibrary = WIN_GL_UnloadLibrary; in WIN_GLES_LoadLibrary()
72 _this->GL_UnloadLibrary = WIN_GL_UnloadLibrary; in WIN_GLES_CreateContext()
A DSDL_windowsvideo.c186 device->GL_UnloadLibrary = WIN_GL_UnloadLibrary; in WIN_CreateDevice()
197 device->GL_UnloadLibrary = WIN_GLES_UnloadLibrary; in WIN_CreateDevice()
A DSDL_windowsopengl.c677 _this->GL_UnloadLibrary = WIN_GLES_UnloadLibrary; in WIN_GL_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengles.m40 _this->GL_UnloadLibrary = Cocoa_GL_UnloadLibrary;
72 _this->GL_UnloadLibrary = Cocoa_GL_UnloadLibrary;
A DSDL_cocoavideo.m118 device->GL_UnloadLibrary = Cocoa_GL_UnloadLibrary;
129 device->GL_UnloadLibrary = Cocoa_GLES_UnloadLibrary;
A DSDL_cocoaopengl.m199 _this->GL_UnloadLibrary = Cocoa_GLES_UnloadLibrary;
/AliOS-Things-master/components/SDL2/src/video/offscreen/
A DSDL_offscreenvideo.c95 device->GL_UnloadLibrary = OFFSCREEN_GL_UnloadLibrary; in OFFSCREEN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengles.c44 _this->GL_UnloadLibrary = X11_GL_UnloadLibrary; in X11_GLES_LoadLibrary()
A DSDL_x11video.c273 device->GL_UnloadLibrary = X11_GL_UnloadLibrary; in X11_CreateDevice()
287 device->GL_UnloadLibrary = X11_GLES_UnloadLibrary; in X11_CreateDevice()
A DSDL_x11opengl.c257 _this->GL_UnloadLibrary = X11_GLES_UnloadLibrary; in X11_GL_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc103 device->GL_UnloadLibrary = HAIKU_GL_UnloadLibrary; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclvideo.c121 device->GL_UnloadLibrary = NACL_GLES_UnloadLibrary; in NACL_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidvideo.c139 device->GL_UnloadLibrary = Android_GLES_UnloadLibrary; in Android_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspvideo.c135 device->GL_UnloadLibrary = PSP_GL_UnloadLibrary; in PSP_Create()
/AliOS-Things-master/components/SDL2/src/video/qnx/
A Dvideo.c349 device->GL_UnloadLibrary = glUnloadLibrary; in createDevice()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenvideo.c118 device->GL_UnloadLibrary = Emscripten_GLES_UnloadLibrary; in Emscripten_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/vivante/
A DSDL_vivantevideo.c104 device->GL_UnloadLibrary = VIVANTE_GLES_UnloadLibrary; in VIVANTE_Create()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c136 device->GL_UnloadLibrary = RPI_GLES_UnloadLibrary; in RPI_Create()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h258 void (*GL_UnloadLibrary) (_THIS); member
A DSDL_video.c2965 if (_this->GL_UnloadLibrary) { in SDL_GL_LoadLibrary()
2966 _this->GL_UnloadLibrary(_this); in SDL_GL_LoadLibrary()
3005 if (_this->GL_UnloadLibrary) { in SDL_GL_UnloadLibrary()
3006 _this->GL_UnloadLibrary(_this); in SDL_GL_UnloadLibrary()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandvideo.c179 device->GL_UnloadLibrary = Wayland_GLES_UnloadLibrary; in Wayland_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c124 device->GL_UnloadLibrary = PND_gl_unloadlibrary; in PND_create()
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtvideo.cpp161 device->GL_UnloadLibrary = WINRT_GLES_UnloadLibrary; in WINRT_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c214 device->GL_UnloadLibrary = KMSDRM_GLES_UnloadLibrary; in KMSDRM_CreateDevice()

Completed in 33 milliseconds