HomeSort by relevance Sort by last modified time
    Searched refs:previous_context_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/gl/
scoped_make_current.cc 15 : previous_context_(gfx::GLContext::GetCurrent()),
26 if (previous_context_.get()) {
28 previous_context_->MakeCurrent(previous_surface_.get());
scoped_cgl.cc 16 previous_context_.reset(previous_context, base::scoped_policy::RETAIN);
23 CGLError error = CGLSetCurrentContext(previous_context_);
scoped_make_current.h 27 scoped_refptr<gfx::GLContext> previous_context_; member in class:ui::ScopedMakeCurrent
scoped_cgl.h 45 // context is changed to NULL. Take out a reference on |previous_context_| to
46 // preserve this behavior (when this falls out of scope, |previous_context_|
49 base::ScopedTypeRef<CGLContextObj> previous_context_; member in class:gfx::ScopedCGLSetCurrentContext

Completed in 52 milliseconds