HomeSort by relevance Sort by last modified time
    Searched defs:GpuChannelHost (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.cc 34 scoped_refptr<GpuChannelHost> GpuChannelHost::Create(
40 scoped_refptr<GpuChannelHost> host = new GpuChannelHost(factory, gpu_info);
46 bool GpuChannelHost::IsValidGpuMemoryBuffer(
62 GpuChannelHost::GpuChannelHost(GpuChannelHostFactory* factory,
71 void GpuChannelHost::Connect(const IPC::ChannelHandle& channel_handle,
94 bool GpuChannelHost::Send(IPC::Message* msg) {
115 DVLOG(1) << "GpuChannelHost::Send failed: Channel::Send failed"
    [all...]
gpu_channel_host.h 52 class GpuChannelHost;
92 class GpuChannelHost : public IPC::Sender,
93 public base::RefCountedThreadSafe<GpuChannelHost> {
96 static scoped_refptr<GpuChannelHost> Create(
172 friend class base::RefCountedThreadSafe<GpuChannelHost>;
173 GpuChannelHost(GpuChannelHostFactory* factory,
175 virtual ~GpuChannelHost();
249 DISALLOW_COPY_AND_ASSIGN(GpuChannelHost);

Completed in 36 milliseconds