Searched refs:glModule_ (Results 1 – 2 of 2) sorted by relevance
236 glModule_ = LoadLibrary("opengl32.dll"); in CreateContext()239 *(reinterpret_cast<void**>(&b)) = reinterpret_cast<void*>(GetProcAddress(glModule_, #b)); \ in CreateContext()344 FreeLibrary(glModule_); in DestroyContext()354 *(reinterpret_cast<void**>(&b)) = reinterpret_cast<void*>(GetProcAddress(glModule_, #b)); \ in GlInitialize()
67 HMODULE glModule_ = NULL; variable