Searched refs:GL_UnloadLibrary (Results 1 – 24 of 24) sorted by relevance
40 _this->GL_UnloadLibrary = WIN_GL_UnloadLibrary; in WIN_GLES_LoadLibrary()72 _this->GL_UnloadLibrary = WIN_GL_UnloadLibrary; in WIN_GLES_CreateContext()
186 device->GL_UnloadLibrary = WIN_GL_UnloadLibrary; in WIN_CreateDevice()197 device->GL_UnloadLibrary = WIN_GLES_UnloadLibrary; in WIN_CreateDevice()
677 _this->GL_UnloadLibrary = WIN_GLES_UnloadLibrary; in WIN_GL_CreateContext()
40 _this->GL_UnloadLibrary = Cocoa_GL_UnloadLibrary;72 _this->GL_UnloadLibrary = Cocoa_GL_UnloadLibrary;
118 device->GL_UnloadLibrary = Cocoa_GL_UnloadLibrary;129 device->GL_UnloadLibrary = Cocoa_GLES_UnloadLibrary;
199 _this->GL_UnloadLibrary = Cocoa_GLES_UnloadLibrary;
95 device->GL_UnloadLibrary = OFFSCREEN_GL_UnloadLibrary; in OFFSCREEN_CreateDevice()
44 _this->GL_UnloadLibrary = X11_GL_UnloadLibrary; in X11_GLES_LoadLibrary()
273 device->GL_UnloadLibrary = X11_GL_UnloadLibrary; in X11_CreateDevice()287 device->GL_UnloadLibrary = X11_GLES_UnloadLibrary; in X11_CreateDevice()
257 _this->GL_UnloadLibrary = X11_GLES_UnloadLibrary; in X11_GL_LoadLibrary()
103 device->GL_UnloadLibrary = HAIKU_GL_UnloadLibrary; in HAIKU_CreateDevice()
121 device->GL_UnloadLibrary = NACL_GLES_UnloadLibrary; in NACL_CreateDevice()
139 device->GL_UnloadLibrary = Android_GLES_UnloadLibrary; in Android_CreateDevice()
135 device->GL_UnloadLibrary = PSP_GL_UnloadLibrary; in PSP_Create()
349 device->GL_UnloadLibrary = glUnloadLibrary; in createDevice()
118 device->GL_UnloadLibrary = Emscripten_GLES_UnloadLibrary; in Emscripten_CreateDevice()
104 device->GL_UnloadLibrary = VIVANTE_GLES_UnloadLibrary; in VIVANTE_Create()
136 device->GL_UnloadLibrary = RPI_GLES_UnloadLibrary; in RPI_Create()
258 void (*GL_UnloadLibrary) (_THIS); member
2965 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()
179 device->GL_UnloadLibrary = Wayland_GLES_UnloadLibrary; in Wayland_CreateDevice()
124 device->GL_UnloadLibrary = PND_gl_unloadlibrary; in PND_create()
161 device->GL_UnloadLibrary = WINRT_GLES_UnloadLibrary; in WINRT_CreateDevice()
214 device->GL_UnloadLibrary = KMSDRM_GLES_UnloadLibrary; in KMSDRM_CreateDevice()
Completed in 30 milliseconds