Home
last modified time | relevance | path

Searched refs:current_context (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_surface_osmesa.cc28 GLContext* current_context = GLContext::GetCurrent(); in Resize() local
30 current_context && current_context->IsCurrent(this); in Resize()
33 new ui::ScopedMakeCurrent(current_context, this)); in Resize()
34 current_context->ReleaseCurrent(this); in Resize()
Dgl_surface_egl.cc424 GLContext* current_context = GLContext::GetCurrent(); in Resize() local
426 current_context && current_context->IsCurrent(this); in Resize()
429 new ui::ScopedMakeCurrent(current_context, this)); in Resize()
430 current_context->ReleaseCurrent(this); in Resize()
570 GLContext* current_context = GLContext::GetCurrent(); in Resize() local
572 current_context && current_context->IsCurrent(this); in Resize()
575 new ui::ScopedMakeCurrent(current_context, this)); in Resize()
/external/chromium_org/chrome/browser/profiles/
Dprofile_io_data.cc577 size_t current_context = 0; in ~ProfileIOData() local
586 base::debug::Alias(&current_context); in ~ProfileIOData()
593 current_context = 0; in ~ProfileIOData()
596 current_context < kMaxCachedContexts && in ~ProfileIOData()
598 ++it, ++current_context) { in ~ProfileIOData()
599 app_context_cache[current_context] = it->second; in ~ProfileIOData()
600 memcpy(&app_context_vtable_cache[current_context], in ~ProfileIOData()
604 current_context = 0; in ~ProfileIOData()
607 current_context < kMaxCachedContexts && in ~ProfileIOData()
609 ++it, ++current_context) { in ~ProfileIOData()
[all …]
/external/libselinux/src/
Dandroid.c706 char *current_context, *old_context, *new_context; in file_requires_fixup() local
711 current_context = NULL; in file_requires_fixup()
718 if (lgetfilecon(pathname, &current_context) < 0) { in file_requires_fixup()
733 if (strstr(current_context, "unlabeled") != NULL) { in file_requires_fixup()
738 ret = (strcmp(old_context, new_context) && !strcmp(current_context, old_context)); in file_requires_fixup()
749 if (current_context) in file_requires_fixup()
750 freecon(current_context); in file_requires_fixup()
/external/chromium_org/content/browser/renderer_host/
Dcompositing_iosurface_mac.h54 scoped_refptr<CompositingIOSurfaceContext> current_context,
226 const scoped_refptr<CompositingIOSurfaceContext>& current_context,
Dcompositing_iosurface_mac.mm332 scoped_refptr<CompositingIOSurfaceContext> current_context,
342 current_context, io_surface_handle);
557 const scoped_refptr<CompositingIOSurfaceContext>& current_context,
589 current_context->cgl_context(),
/external/chromium_org/android_webview/browser/
Din_process_view_renderer.cc484 EGLContext current_context = eglGetCurrentContext(); in DrawGL() local
485 if (!current_context) { in DrawGL()
510 last_egl_context_ = current_context; in DrawGL()
527 if (last_egl_context_ != current_context) { in DrawGL()
/external/chromium_org/chrome/renderer/
Dchrome_content_renderer_client.cc992 extensions::ChromeV8Context* current_context = in AllowPopup() local
994 if (!current_context || !current_context->extension()) in AllowPopup()
997 switch (current_context->context_type()) { in AllowPopup()
1006 return !current_context->web_frame()->parent(); in AllowPopup()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzVideo.m1392 create two buffers, replace current_buffer with current_context and set it