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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_context.h35 extern wglCreateContext_t wglCreateContext_func;
H A Dstw_ext_context.c41 wglCreateContext_t wglCreateContext_func = 0; variable in typeref:typename:wglCreateContext_t
140 if (!wglCreateContext_func || !wglDeleteContext_func) {
149 wglCreateContext_func = (wglCreateContext_t)
151 if (!wglCreateContext_func) {
166 context = wglCreateContext_func(hDC);
H A Dstw_wgl.c395 wglCreateContext_func = &wglCreateContext;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_context.c41 static wglCreateContext_t wglCreateContext_func = 0; variable in typeref:typename:wglCreateContext_t
54 wglCreateContext_func = create;
154 if (!wglCreateContext_func || !wglDeleteContext_func) {
163 wglCreateContext_func = (wglCreateContext_t)
165 if (!wglCreateContext_func) {
180 context = wglCreateContext_func(hDC);

Completed in 7 milliseconds