Searched refs:DeleteImage (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.cc209 void GpuChannelManager::DeleteImage(int32 client_id, int32 image_id) { function in class:content::GpuChannelManager
212 iter->second->DeleteImage(image_id);
221 DeleteImage(client_id, image_id);
225 base::Bind(&GpuChannelManager::DeleteImage,
H A Dgpu_channel_manager.h130 void DeleteImage(int32 client_id, int32 image_id);
H A Dgpu_channel.h127 void DeleteImage(int32 image_id);
H A Dgpu_channel.cc666 void GpuChannel::DeleteImage(int32 image_id) { function in class:content::GpuChannel
668 "GpuChannel::DeleteImage",
/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.h40 virtual void DeleteImage(int32 image_idu, int32 sync_point) OVERRIDE;
H A Dbrowser_gpu_channel_host_factory.cc301 host->DeleteImage(gpu_client_id_, image_id, sync_point);
304 void BrowserGpuChannelHostFactory::DeleteImage( function in class:content::BrowserGpuChannelHostFactory
H A Dgpu_process_host.h125 void DeleteImage(int client_id, int image_id, int sync_point);
H A Dgpu_process_host.cc732 void GpuProcessHost::DeleteImage(int client_id, function in class:content::GpuProcessHost
735 TRACE_EVENT0("gpu", "GpuProcessHost::DeleteImage");
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.h79 virtual void DeleteImage(int32 image_id, int32 sync_point) = 0;
/external/chromium_org/content/renderer/
H A Drender_thread_impl.h372 virtual void DeleteImage(int32 image_id, int32 sync_point) OVERRIDE;
H A Drender_thread_impl.cc1064 void RenderThreadImpl::DeleteImage(int32 image_id, int32 sync_point) { function in class:content::RenderThreadImpl

Completed in 280 milliseconds