Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_context.c41 static wglCreateContext_t wglCreateContext_func = 0; variable
54 wglCreateContext_func = create; in stw_override_opengl32_entry_points()
154 if (!wglCreateContext_func || !wglDeleteContext_func) { in wglCreateContextAttribsARB()
163 wglCreateContext_func = (wglCreateContext_t) in wglCreateContextAttribsARB()
165 if (!wglCreateContext_func) { in wglCreateContextAttribsARB()
180 context = wglCreateContext_func(hDC); in wglCreateContextAttribsARB()