Searched refs:SetCurrent (Results 1 – 17 of 17) sorted by relevance
38 SetCurrent(NULL); in ~GLContext()100 void GLContext::SetCurrent(GLSurface* surface) { in SetCurrent() function in gfx::GLContext102 GLSurface::SetCurrent(surface); in SetCurrent()155 void GLContextReal::SetCurrent(GLSurface* surface) { in SetCurrent() function in gfx::GLContextReal156 GLContext::SetCurrent(surface); in SetCurrent()
19 SetCurrent(surface); in MakeCurrent()24 SetCurrent(NULL); in ReleaseCurrent()
71 SetCurrent(surface); in MakeCurrent()89 SetCurrent(NULL); in ReleaseCurrent()
111 virtual void SetCurrent(GLSurface* surface);141 virtual void SetCurrent(GLSurface* surface) OVERRIDE;
87 SetCurrent(surface); in MakeCurrent()105 SetCurrent(NULL); in ReleaseCurrent()
117 SetCurrent(surface); in MakeCurrent()142 SetCurrent(NULL); in ReleaseCurrent()
129 SetCurrent(surface); in MakeCurrent()150 SetCurrent(NULL); in ReleaseCurrent()
159 SetCurrent(NULL); in ~GLSurface()162 void GLSurface::SetCurrent(GLSurface* surface) { in SetCurrent() function in gfx::GLSurface
192 SetCurrent(surface); in MakeCurrent()210 SetCurrent(NULL); in ReleaseCurrent()
58 SetCurrent(surface); in MakeCurrent()
113 static void SetCurrent(GLSurface* surface);
68 SetCurrent(surface);
322 virtual_context->SetCurrent(surface); in MakeCurrent()
80 void ThreadManager::SetCurrent(Thread *thread) { in SetCurrent() function in talk_base::ThreadManager102 void ThreadManager::SetCurrent(Thread *thread) { in SetCurrent() function in talk_base::ThreadManager123 SetCurrent(result); in WrapCurrentThread()134 SetCurrent(NULL); in UnwrapCurrentThread()339 ThreadManager::SetCurrent(init->thread); in PreRun()504 ThreadManager::SetCurrent(this); in AutoThread()510 ThreadManager::SetCurrent(NULL); in ~AutoThread()
56 static void SetCurrent(Thread *thread);
363 SetCurrent(newer_); in Init()367 SetCurrent(curr_->prev_); in Init()381 SetCurrent(curr_->prev_); in Next()403 inline void SetCurrent(LiveObjectList* new_curr) { in SetCurrent() function in v8::internal::LolIterator428 SetCurrent(older_); in Init()432 SetCurrent(curr_->next_); in Init()446 SetCurrent(curr_->next_); in Next()
349 talk_base::ThreadManager::SetCurrent(&w32_thread); in main()