Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengles.c39 _this->GL_LoadLibrary = WIN_GL_LoadLibrary; in WIN_GLES_LoadLibrary()
48 return WIN_GL_LoadLibrary(_this, path); in WIN_GLES_LoadLibrary()
71 _this->GL_LoadLibrary = WIN_GL_LoadLibrary; in WIN_GLES_CreateContext()
81 if (WIN_GL_LoadLibrary(_this, NULL) != 0) { in WIN_GLES_CreateContext()
DSDL_windowsopengl.h56 extern int WIN_GL_LoadLibrary(_THIS, const char *path);
DSDL_windowsvideo.c166 device->GL_LoadLibrary = WIN_GL_LoadLibrary; in WIN_CreateDevice()
DSDL_windowsopengl.c91 WIN_GL_LoadLibrary(_THIS, const char *path) in WIN_GL_LoadLibrary() function