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

  /external/chromium_org/ui/gl/
gl_surface_osmesa.cc 28 GLContext* current_context = GLContext::GetCurrent(); local
30 current_context && current_context->IsCurrent(this);
33 new ui::ScopedMakeCurrent(current_context, this));
34 current_context->ReleaseCurrent(this);
gl_surface_egl.cc 386 GLContext* current_context = GLContext::GetCurrent(); local
388 current_context && current_context->IsCurrent(this);
391 new ui::ScopedMakeCurrent(current_context, this));
392 current_context->ReleaseCurrent(this);
532 GLContext* current_context = GLContext::GetCurrent(); local
534 current_context && current_context->IsCurrent(this);
537 new ui::ScopedMakeCurrent(current_context, this));
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 416 size_t current_context = 0; local
425 base::debug::Alias(&current_context);
432 current_context = 0;
435 current_context < kMaxCachedContexts &&
437 ++it, ++current_context) {
438 app_context_cache[current_context] = it->second;
439 memcpy(&app_context_vtable_cache[current_context],
443 current_context = 0;
446 current_context < kMaxCachedContexts &&
448 ++it, ++current_context) {
    [all...]
  /external/libselinux/src/
android.c 710 char *current_context, *old_context, *new_context; local
715 current_context = NULL;
722 if (lgetfilecon(pathname, &current_context) < 0) {
737 if (strstr(current_context, "unlabeled") != NULL) {
742 ret = (strcmp(old_context, new_context) && !strcmp(current_context, old_context));
753 if (current_context)
754 freecon(current_context);
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 921 extensions::ChromeV8Context* current_context = local
    [all...]
  /external/chromium_org/android_webview/browser/
in_process_view_renderer.cc 420 EGLContext current_context = eglGetCurrentContext(); local
421 if (!current_context) {
445 last_egl_context_ = current_context;
462 if (last_egl_context_ != current_context) {
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_kgsl.h 159 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h 172 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_kgsl.h 159 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_kgsl.h 172 unsigned int current_context; member in struct:kgsl_devmemstore

Completed in 1034 milliseconds