/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 | 424 GLContext* current_context = GLContext::GetCurrent(); local 426 current_context && current_context->IsCurrent(this); 429 new ui::ScopedMakeCurrent(current_context, this)); 430 current_context->ReleaseCurrent(this); 570 GLContext* current_context = GLContext::GetCurrent(); local 572 current_context && current_context->IsCurrent(this); 575 new ui::ScopedMakeCurrent(current_context, this));
|
/external/chromium_org/chrome/browser/profiles/ |
profile_io_data.cc | 577 size_t current_context = 0; local 586 base::debug::Alias(¤t_context); 593 current_context = 0; 596 current_context < kMaxCachedContexts && 598 ++it, ++current_context) { 599 app_context_cache[current_context] = it->second; 600 memcpy(&app_context_vtable_cache[current_context], 604 current_context = 0; 607 current_context < kMaxCachedContexts && 609 ++it, ++current_context) { [all...] |
/external/libselinux/src/ |
android.c | 706 char *current_context, *old_context, *new_context; local 711 current_context = NULL; 718 if (lgetfilecon(pathname, ¤t_context) < 0) { 733 if (strstr(current_context, "unlabeled") != NULL) { 738 ret = (strcmp(old_context, new_context) && !strcmp(current_context, old_context)); 749 if (current_context) 750 freecon(current_context);
|
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_mac.h | 54 scoped_refptr<CompositingIOSurfaceContext> current_context, 226 const scoped_refptr<CompositingIOSurfaceContext>& current_context,
|
/external/chromium_org/android_webview/browser/ |
in_process_view_renderer.cc | 484 EGLContext current_context = eglGetCurrentContext(); local 485 if (!current_context) { 510 last_egl_context_ = current_context; 527 if (last_egl_context_ != current_context) { [all...] |
/external/chromium_org/chrome/renderer/ |
chrome_content_renderer_client.cc | 992 extensions::ChromeV8Context* current_context = local [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
|