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