Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
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.drawSur… in SetContext()
884 … (oldContext_.readSurface != state.readSurface) || (oldContext_.context != state.context)) { in SetContext()
H A Dwgl_state.h69 ContextState oldContext_; variable
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.h82 ContextState oldContext_; variable