Searched refs:wglMakeCurrentFunc (Results 1 – 1 of 1) sorted by relevance
117 typedef BOOL (WINAPI* wglMakeCurrentFunc) (HDC hdc, HGLRC hglrc); typedef143 wglMakeCurrentFunc makeCurrent;195 m_functions.makeCurrent = (wglMakeCurrentFunc) m_library.getFunction("wglMakeCurrent"); in Library()