Searched refs:WIN_GLES_LoadLibrary (Results 1 – 4 of 4) sorted by relevance
40 extern int WIN_GLES_LoadLibrary(_THIS, const char *path);
33 WIN_GLES_LoadLibrary(_THIS, const char *path) { in WIN_GLES_LoadLibrary() function
607 _this->GL_LoadLibrary = WIN_GLES_LoadLibrary; in WIN_GL_CreateContext()617 if (WIN_GLES_LoadLibrary(_this, NULL) != 0) { in WIN_GL_CreateContext()
177 device->GL_LoadLibrary = WIN_GLES_LoadLibrary; in WIN_CreateDevice()