Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.cpp129 typedef HGLRC (WINAPI* wglCreateContextFunc) (HDC hdc); typedef
159 wglCreateContextFunc createContext;
218 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext"); in Library()