Searched defs:GpuProcessHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.h51 class GpuProcessHost : public BrowserChildProcessHostDelegate, class in namespace:content
73 // Creates a new GpuProcessHost or gets an existing one, resulting in the
78 CONTENT_EXPORT static GpuProcessHost* Get(GpuProcessKind kind,
97 static GpuProcessHost* FromID(int host_id);
103 // Adds a message filter to the GpuProcessHost's channel.
148 static bool ValidateHost(GpuProcessHost* host);
150 GpuProcessHost(int host_id, GpuProcessKind kind);
151 virtual ~GpuProcessHost();
196 // The serial number of the GpuProcessHost / GpuProcessHostUIShim pair.
281 DISALLOW_COPY_AND_ASSIGN(GpuProcessHost);
[all...]
H A Dgpu_process_host.cc64 bool GpuProcessHost::gpu_enabled_ = true;
65 bool GpuProcessHost::hardware_gpu_enabled_ = true;
66 int GpuProcessHost::gpu_crash_count_ = 0;
67 int GpuProcessHost::gpu_recent_crash_count_ = 0;
68 bool GpuProcessHost::crashed_before_ = false;
69 int GpuProcessHost::swiftshader_crash_count_ = 0;
130 GpuProcessHost* g_gpu_process_hosts[GpuProcessHost::GPU_PROCESS_KIND_COUNT];
133 void SendGpuProcessMessage(GpuProcessHost::GpuProcessKind kind,
136 GpuProcessHost* hos
373 GpuProcessHost::GpuProcessHost(int host_id, GpuProcessKind kind) function in class:content::GpuProcessHost
[all...]

Completed in 83 milliseconds