Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGL.cpp124 typedef HGLRC (WINAPI* wglCreateContextFunc) (HDC hdc); typedef
151 wglCreateContextFunc createContext;
206 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext"); in Library()