HomeSort by relevance Sort by last modified time
    Searched defs:current_context (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/android_webview/browser/
hardware_renderer.cc 204 EGLContext current_context = eglGetCurrentContext(); local
205 DCHECK(current_context) << "DrawGL called without EGLContext";
208 if (last_egl_context_ != current_context)
  /external/chromium_org/ui/gl/
gl_surface_osmesa.cc 41 GLContext* current_context = GLContext::GetCurrent(); local
43 current_context && current_context->IsCurrent(this);
46 new ui::ScopedMakeCurrent(current_context, this));
47 current_context->ReleaseCurrent(this);
gl_surface_ozone.cc 69 GLContext* current_context = GLContext::GetCurrent(); local
71 current_context && current_context->IsCurrent(this);
74 new ui::ScopedMakeCurrent(current_context, this));
gl_surface_egl.cc 482 GLContext* current_context = GLContext::GetCurrent(); local
484 current_context && current_context->IsCurrent(this);
487 new ui::ScopedMakeCurrent(current_context, this));
488 current_context->ReleaseCurrent(this);
617 GLContext* current_context = GLContext::GetCurrent(); local
619 current_context && current_context->IsCurrent(this);
622 new ui::ScopedMakeCurrent(current_context, this));
  /external/chromium_org/v8/src/compiler/
graph-builder.h 117 Node* current_context() const { return current_context_; } function in class:v8::internal::compiler::StructuredGraphBuilder
207 Node* GetContext() { return builder_->current_context(); }
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 605 size_t current_context = 0; local
614 base::debug::Alias(&current_context);
621 current_context = 0;
624 current_context < kMaxCachedContexts &&
626 ++it, ++current_context) {
627 app_context_cache[current_context] = it->second;
628 memcpy(&app_context_vtable_cache[current_context],
632 current_context = 0;
635 current_context < kMaxCachedContexts &&
637 ++it, ++current_context) {
    [all...]
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 1159 extensions::ScriptContext* current_context = local
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 1595 const SymbolContext &current_context = current_frame->GetSymbolContext(eSymbolContextSymbol); local
    [all...]

Completed in 749 milliseconds