Searched defs:DeleteImage (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/content/common/gpu/ | ||
D | gpu_channel_manager.cc | 209 void GpuChannelManager::DeleteImage(int32 client_id, int32 image_id) { in DeleteImage() function in content::GpuChannelManager |
D | gpu_channel.cc | 666 void GpuChannel::DeleteImage(int32 image_id) { in DeleteImage() function in content::GpuChannel |
/external/chromium_org/content/browser/gpu/ | ||
D | browser_gpu_channel_host_factory.cc | 304 void BrowserGpuChannelHostFactory::DeleteImage( in DeleteImage() function in content::BrowserGpuChannelHostFactory |
D | gpu_process_host.cc | 732 void GpuProcessHost::DeleteImage(int client_id, in DeleteImage() function in content::GpuProcessHost |
/external/chromium_org/content/renderer/ | ||
D | render_thread_impl.cc | 1064 void RenderThreadImpl::DeleteImage(int32 image_id, int32 sync_point) { in DeleteImage() function in content::RenderThreadImpl |