Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.h69 ContextState oldContext_; member in WGLHelpers::final
H A Degl_state.h82 ContextState oldContext_; member in EGLHelpers::EGLState
H A Dwgl_state.cpp546 oldContext_.context = wglGetCurrentContext(); in SaveContext()
547 oldContext_.display = wglGetCurrentDC(); in SaveContext()
583 wglMakeCurrent(oldContext_.display, oldContext_.context); in RestoreContext()
H A Degl_state.cpp831 GetContext(oldContext_); in SaveContext()
857 SetContext(oldContext_, true); in RestoreContext()
883 if ((force) || (oldContext_.display != state.display) || (oldContext_.drawSurface != state.drawSurface) || in SetContext()
884 (oldContext_.readSurface != state.readSurface) || (oldContext_.context != state.context)) { in SetContext()

Completed in 4 milliseconds