Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGL.cpp127 typedef HGLRC (WINAPI* wglCreateContextAttribsARBFunc) (HDC hdc, HGLRC hshareContext, const int* at… typedef
153 wglCreateContextAttribsARBFunc createContextAttribsARB;
235 …m_functions.createContextAttribsARB = (wglCreateContextAttribsARBFunc)m_functions.getProcAddress(… in Library()