Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGL.cpp125 typedef BOOL (WINAPI* wglDeleteContextFunc) (HGLRC hglrc); typedef
152 wglDeleteContextFunc deleteContext;
207 m_functions.deleteContext = (wglDeleteContextFunc) m_library.getFunction("wglDeleteContext"); in Library()