Home
last modified time | relevance | path

Searched refs:WIN_GL_UnloadLibrary (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengles.c41 _this->GL_UnloadLibrary = WIN_GL_UnloadLibrary; in WIN_GLES_LoadLibrary()
73 _this->GL_UnloadLibrary = WIN_GL_UnloadLibrary; in WIN_GLES_CreateContext()
DSDL_windowsopengl.h58 extern void WIN_GL_UnloadLibrary(_THIS);
DSDL_windowsopengl.c152 WIN_GL_UnloadLibrary(_THIS) in WIN_GL_UnloadLibrary() function
606 WIN_GL_UnloadLibrary(_this); in WIN_GL_CreateContext()
DSDL_windowsvideo.c168 device->GL_UnloadLibrary = WIN_GL_UnloadLibrary; in WIN_CreateDevice()