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 36 scoped_refptr<GpuChannelHost> GpuChannelHost::Create(
42 scoped_refptr<GpuChannelHost> host = new GpuChannelHost(
49 bool GpuChannelHost::IsValidGpuMemoryBuffer(
62 GpuChannelHost::GpuChannelHost(GpuChannelHostFactory* factory,
72 void GpuChannelHost::Connect(const IPC::ChannelHandle& channel_handle) {
95 bool GpuChannelHost::Send(IPC::Message* msg) {
122 CommandBufferProxyImpl* GpuChannelHost::CreateViewCommandBuffer
    [all...]
gpu_channel_host.h 51 class GpuChannelHost;
90 class GpuChannelHost : public IPC::Sender,
91 public base::RefCountedThreadSafe<GpuChannelHost> {
94 static scoped_refptr<GpuChannelHost> Create(
180 friend class base::RefCountedThreadSafe<GpuChannelHost>;
181 GpuChannelHost(GpuChannelHostFactory* factory,
184 virtual ~GpuChannelHost();
269 DISALLOW_COPY_AND_ASSIGN(GpuChannelHost);

Completed in 115 milliseconds