Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengles.h40 extern int WIN_GLES_LoadLibrary(_THIS, const char *path);
DSDL_windowsopengles.c33 WIN_GLES_LoadLibrary(_THIS, const char *path) { in WIN_GLES_LoadLibrary() function
DSDL_windowsopengl.c607 _this->GL_LoadLibrary = WIN_GLES_LoadLibrary; in WIN_GL_CreateContext()
617 if (WIN_GLES_LoadLibrary(_this, NULL) != 0) { in WIN_GL_CreateContext()
DSDL_windowsvideo.c177 device->GL_LoadLibrary = WIN_GLES_LoadLibrary; in WIN_CreateDevice()