Home
last modified time | relevance | path

Searched refs:wglMakeCurrentFunc (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.cpp131 typedef BOOL (WINAPI* wglMakeCurrentFunc) (HDC hdc, HGLRC hglrc); typedef
161 wglMakeCurrentFunc makeCurrent;
221 m_functions.makeCurrent = (wglMakeCurrentFunc) m_library.getFunction("wglMakeCurrent"); in Library()