Home
last modified time | relevance | path

Searched refs:SetCurrent (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_context.cc38 SetCurrent(NULL); in ~GLContext()
100 void GLContext::SetCurrent(GLSurface* surface) { in SetCurrent() function in gfx::GLContext
102 GLSurface::SetCurrent(surface); in SetCurrent()
155 void GLContextReal::SetCurrent(GLSurface* surface) { in SetCurrent() function in gfx::GLContextReal
156 GLContext::SetCurrent(surface); in SetCurrent()
Dgl_context_stub.cc19 SetCurrent(surface); in MakeCurrent()
24 SetCurrent(NULL); in ReleaseCurrent()
Dgl_context_osmesa.cc71 SetCurrent(surface); in MakeCurrent()
89 SetCurrent(NULL); in ReleaseCurrent()
Dgl_context.h111 virtual void SetCurrent(GLSurface* surface);
141 virtual void SetCurrent(GLSurface* surface) OVERRIDE;
Dgl_context_wgl.cc87 SetCurrent(surface); in MakeCurrent()
105 SetCurrent(NULL); in ReleaseCurrent()
Dgl_context_egl.cc117 SetCurrent(surface); in MakeCurrent()
142 SetCurrent(NULL); in ReleaseCurrent()
Dgl_context_glx.cc129 SetCurrent(surface); in MakeCurrent()
150 SetCurrent(NULL); in ReleaseCurrent()
Dgl_surface.cc159 SetCurrent(NULL); in ~GLSurface()
162 void GLSurface::SetCurrent(GLSurface* surface) { in SetCurrent() function in gfx::GLSurface
Dgl_context_cgl.cc192 SetCurrent(surface); in MakeCurrent()
210 SetCurrent(NULL); in ReleaseCurrent()
Dgl_context_android.cc58 SetCurrent(surface); in MakeCurrent()
Dgl_surface.h113 static void SetCurrent(GLSurface* surface);
Dgl_context_nsview.mm68 SetCurrent(surface);
Dgl_gl_api_implementation.cc322 virtual_context->SetCurrent(surface); in MakeCurrent()
/external/chromium/third_party/libjingle/source/talk/base/
Dthread.cc80 void ThreadManager::SetCurrent(Thread *thread) { in SetCurrent() function in talk_base::ThreadManager
102 void ThreadManager::SetCurrent(Thread *thread) { in SetCurrent() function in talk_base::ThreadManager
123 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()
Dthread.h56 static void SetCurrent(Thread *thread);
/external/v8/src/
Dliveobjectlist.cc363 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::LolIterator
428 SetCurrent(older_); in Init()
432 SetCurrent(curr_->next_); in Init()
446 SetCurrent(curr_->next_); in Next()
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dcall_main.cc349 talk_base::ThreadManager::SetCurrent(&w32_thread); in main()