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