Searched defs:g_gpu_process_hosts (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.cc130 GpuProcessHost* g_gpu_process_hosts[GpuProcessHost::GPU_PROCESS_KIND_COUNT]; member in namespace:content::__anon7186
297 if (g_gpu_process_hosts[kind] && ValidateHost(g_gpu_process_hosts[kind]))
298 return g_gpu_process_hosts[kind];
330 for (size_t i = 0; i < arraysize(g_gpu_process_hosts); ++i) {
331 GpuProcessHost* host = g_gpu_process_hosts[i];
365 GpuProcessHost* host = g_gpu_process_hosts[i];
392 DCHECK(!in_process_ || g_gpu_process_hosts[kind] == NULL);
394 g_gpu_process_hosts[kind] = this;
424 if (g_gpu_process_hosts[kind
[all...]

Completed in 62 milliseconds