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

  /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_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));
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));
  /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/content/browser/renderer_host/
compositing_iosurface_mac.h 52 scoped_refptr<CompositingIOSurfaceContext> current_context,
176 const scoped_refptr<CompositingIOSurfaceContext>& current_context,
  /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/content/browser/accessibility/
accessibility_ui.cc 93 bool HandleRequestCallback(BrowserContext* current_context,
111 if (context != current_context)
  /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(); }
ast-graph-builder.cc 378 NewNode(op, current_context(), value);
410 NewNode(op, current_context(), value);
794 Node* context = current_context();
    [all...]
graph-builder.cc 57 *current_input++ = current_context();
ast-graph-builder.h 402 outer_(owner->current_context()),
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_kgsl.h 137 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_kgsl.h 139 unsigned int current_context; member in struct:kgsl_devmemstore
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 1159 extensions::ScriptContext* current_context = local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_kgsl.h 160 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_kgsl.h 160 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h 173 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_kgsl.h 189 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_kgsl.h 237 unsigned int current_context; member in struct:kgsl_devmemstore
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_kgsl.h 173 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_kgsl.h 175 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_kgsl.h 195 unsigned int current_context; member in struct:kgsl_devmemstore
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 1595 const SymbolContext &current_context = current_frame->GetSymbolContext(eSymbolContextSymbol); local
    [all...]
  /external/chromium_org/v8/src/
accessors.cc     [all...]

Completed in 539 milliseconds