Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_context.c41 wglCreateContext_t wglCreateContext_func = 0; variable
140 if (!wglCreateContext_func || !wglDeleteContext_func) { in wglCreateContextAttribsARB()
149 wglCreateContext_func = (wglCreateContext_t) in wglCreateContextAttribsARB()
151 if (!wglCreateContext_func) { in wglCreateContextAttribsARB()
166 context = wglCreateContext_func(hDC); in wglCreateContextAttribsARB()
Dstw_ext_context.h35 extern wglCreateContext_t wglCreateContext_func;
Dstw_wgl.c395 wglCreateContext_func = &wglCreateContext; in overrideOpenGL32EntryPoints()