Searched refs:current_context (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/ui/gl/ |
D | gl_surface_osmesa.cc | 28 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()
|
D | gl_surface_egl.cc | 424 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/ |
D | profile_io_data.cc | 577 size_t current_context = 0; in ~ProfileIOData() local 586 base::debug::Alias(¤t_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/ |
D | android.c | 706 char *current_context, *old_context, *new_context; in file_requires_fixup() local 711 current_context = NULL; in file_requires_fixup() 718 if (lgetfilecon(pathname, ¤t_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/ |
D | compositing_iosurface_mac.h | 54 scoped_refptr<CompositingIOSurfaceContext> current_context, 226 const scoped_refptr<CompositingIOSurfaceContext>& current_context,
|
D | compositing_iosurface_mac.mm | 332 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/ |
D | in_process_view_renderer.cc | 484 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/ |
D | chrome_content_renderer_client.cc | 992 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/ |
D | SDL_QuartzVideo.m | 1392 create two buffers, replace current_buffer with current_context and set it
|