Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGL.cpp136 typedef HGLRC (WINAPI* wglCreateContextAttribsARBFunc) (HDC hdc, HGLRC hshareContext, const int* a… typedef
163 wglCreateContextAttribsARBFunc createContextAttribsARB;
249 …m_functions.createContextAttribsARB = (wglCreateContextAttribsARBFunc)m_functions.getProcAddress(… in Library()