Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwgl.c151 static int ctx_current = -1; variable
201 if (ctx_current < 0) in wglGetCurrentContext()
204 return (HGLRC) wgl_ctx[ctx_current].ctx; in wglGetCurrentContext()
220 ctx_current = -1; in wglMakeCurrent()
227 ctx_current = i; in wglMakeCurrent()