Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGL.cpp126 typedef BOOL (WINAPI* wglMakeCurrentFunc) (HDC hdc, HGLRC hglrc); typedef
153 wglMakeCurrentFunc makeCurrent;
209 m_functions.makeCurrent = (wglMakeCurrentFunc) m_library.getFunction("wglMakeCurrent"); in Library()