Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_context.h31 typedef HGLRC (WINAPI *wglCreateContext_t)(HDC hdc); typedef
34 extern wglCreateContext_t wglCreateContext_func;
Dstw_ext_context.c41 wglCreateContext_t wglCreateContext_func = 0;
149 wglCreateContext_func = (wglCreateContext_t) in wglCreateContextAttribsARB()