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

  /external/chromium_org/ui/gl/
gl_context_stub.cc 19 SetCurrent(surface);
24 SetCurrent(NULL);
gl_context.cc 38 SetCurrent(NULL);
100 void GLContext::SetCurrent(GLSurface* surface) {
102 GLSurface::SetCurrent(surface);
155 void GLContextReal::SetCurrent(GLSurface* surface) {
156 GLContext::SetCurrent(surface);
gl_context.h 111 virtual void SetCurrent(GLSurface* surface);
141 virtual void SetCurrent(GLSurface* surface) OVERRIDE;
gl_context_osmesa.cc 71 SetCurrent(surface);
89 SetCurrent(NULL);
gl_context_wgl.cc 87 SetCurrent(surface);
105 SetCurrent(NULL);
gl_context_egl.cc 118 SetCurrent(surface);
143 SetCurrent(NULL);
gl_context_glx.cc 129 SetCurrent(surface);
150 SetCurrent(NULL);
gl_surface.cc 159 SetCurrent(NULL);
162 void GLSurface::SetCurrent(GLSurface* surface) {
gl_context_android.cc 51 SetCurrent(surface);
gl_surface.h 113 static void SetCurrent(GLSurface* surface);
gl_context_cgl.cc 192 SetCurrent(surface);
210 SetCurrent(NULL);
gl_gl_api_implementation.cc 297 virtual_context->SetCurrent(surface);
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 80 void ThreadManager::SetCurrent(Thread *thread) {
102 void ThreadManager::SetCurrent(Thread *thread) {
123 SetCurrent(result);
134 SetCurrent(NULL);
339 ThreadManager::SetCurrent(init->thread);
504 ThreadManager::SetCurrent(this);
510 ThreadManager::SetCurrent(NULL);
thread.h 56 static void SetCurrent(Thread *thread);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 349 talk_base::ThreadManager::SetCurrent(&w32_thread);
  /external/v8/src/
liveobjectlist.cc 363 SetCurrent(newer_);
367 SetCurrent(curr_->prev_);
381 SetCurrent(curr_->prev_);
403 inline void SetCurrent(LiveObjectList* new_curr) {
428 SetCurrent(older_);
432 SetCurrent(curr_->next_);
446 SetCurrent(curr_->next_);
    [all...]

Completed in 217 milliseconds