Searched refs:oldContext_ (Results 1 – 4 of 4) sorted by relevance
831 GetContext(oldContext_); in SaveContext()857 SetContext(oldContext_, true); in RestoreContext()883 …if ((force) || (oldContext_.display != state.display) || (oldContext_.drawSurface != state.drawSur… in SetContext()884 … (oldContext_.readSurface != state.readSurface) || (oldContext_.context != state.context)) { in SetContext()
69 ContextState oldContext_; variable
546 oldContext_.context = wglGetCurrentContext(); in SaveContext()547 oldContext_.display = wglGetCurrentDC(); in SaveContext()583 wglMakeCurrent(oldContext_.display, oldContext_.context); in RestoreContext()
82 ContextState oldContext_; variable