Home
last modified time | relevance | path

Searched refs:cause_for_gpu_launch (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/gpu/
Dbrowser_gpu_channel_host_factory.h52 CauseForGpuLaunch cause_for_gpu_launch);
53 void EstablishGpuChannel(CauseForGpuLaunch cause_for_gpu_launch,
Dbrowser_gpu_channel_host_factory.cc333 CauseForGpuLaunch cause_for_gpu_launch) { in EstablishGpuChannelSync() argument
334 EstablishGpuChannel(cause_for_gpu_launch, base::Closure()); in EstablishGpuChannelSync()
343 CauseForGpuLaunch cause_for_gpu_launch, in EstablishGpuChannel() argument
354 cause_for_gpu_launch, gpu_client_id_, gpu_host_id_); in EstablishGpuChannel()
/external/chromium_org/content/browser/renderer_host/
Dgpu_message_filter.cc105 CauseForGpuLaunch cause_for_gpu_launch, in OnEstablishGpuChannel() argument
120 cause_for_gpu_launch); in OnEstablishGpuChannel()
/external/chromium_org/content/renderer/
Drender_thread_impl.cc1384 CauseForGpuLaunch cause_for_gpu_launch) { in EstablishGpuChannelSync() argument
1401 if (!Send(new GpuHostMsg_EstablishGpuChannel(cause_for_gpu_launch, in EstablishGpuChannelSync()