Searched refs:GpuChannelHost (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc34 scoped_refptr<GpuChannelHost> GpuChannelHost::Create(
40 scoped_refptr<GpuChannelHost> host = new GpuChannelHost(factory, gpu_info);
46 bool GpuChannelHost::IsValidGpuMemoryBuffer(
65 GpuChannelHost::GpuChannelHost(GpuChannelHostFactory* factory, function in class:content::GpuChannelHost
74 void GpuChannelHost::Connect(const IPC::ChannelHandle& channel_handle,
97 bool GpuChannelHost::Send(IPC::Message* msg) {
118 DVLOG(1) << "GpuChannelHost
[all...]
H A Dgpu_channel_host.h52 class GpuChannelHost;
85 class GpuChannelHost : public IPC::Sender, class in namespace:content
86 public base::RefCountedThreadSafe<GpuChannelHost> {
89 static scoped_refptr<GpuChannelHost> Create(
165 friend class base::RefCountedThreadSafe<GpuChannelHost>;
166 GpuChannelHost(GpuChannelHostFactory* factory,
168 virtual ~GpuChannelHost();
242 DISALLOW_COPY_AND_ASSIGN(GpuChannelHost);
H A Dgpu_video_decode_accelerator_host.h18 class GpuChannelHost;
30 GpuVideoDecodeAcceleratorHost(GpuChannelHost* channel,
74 // Unowned reference to the GpuChannelHost to send IPC messages to the GPU
77 GpuChannelHost* channel_;
H A Dgpu_video_encode_accelerator_host.h32 class GpuChannelHost;
44 GpuVideoEncodeAcceleratorHost(GpuChannelHost* channel,
89 // Unowned reference to the GpuChannelHost to send IPC messages to the GPU
92 GpuChannelHost* channel_;
H A Dwebgraphicscontext3d_command_buffer_impl.h37 class GpuChannelHost;
108 GpuChannelHost* host,
134 GpuChannelHost* host,
196 scoped_refptr<GpuChannelHost> host_;
H A Dcommand_buffer_proxy_impl.h42 class GpuChannelHost;
64 CommandBufferProxyImpl(GpuChannelHost* channel, int route_id);
142 GpuChannelHost* channel() const { return channel_; }
184 GpuChannelHost* channel_;
H A Dwebgraphicscontext3d_command_buffer_impl.cc46 typedef std::map<GpuChannelHost*,
53 GetDefaultShareGroupForHost(GpuChannelHost* host) {
86 GpuChannelHost* host,
191 DLOG(ERROR) << "GpuChannelHost failed to create command buffer.";
348 GpuChannelHost* host,
H A Dcommand_buffer_proxy_impl.cc26 GpuChannelHost* channel,
317 DCHECK(GpuChannelHost::IsValidGpuMemoryBuffer(buffer->GetHandle()));
H A Dgpu_video_decode_accelerator_host.cc24 GpuChannelHost* channel,
H A Dgpu_video_encode_accelerator_host.cc21 GpuChannelHost* channel,
/external/chromium_org/content/renderer/gpu/
H A Dstream_texture_host_android.h20 class GpuChannelHost;
26 explicit StreamTextureHost(GpuChannelHost* channel);
51 scoped_refptr<GpuChannelHost> channel_;
H A Dstream_texture_host_android.cc14 StreamTextureHost::StreamTextureHost(GpuChannelHost* channel)
/external/chromium_org/content/renderer/media/android/
H A Dstream_texture_factory_impl.h22 class GpuChannelHost;
28 GpuChannelHost* channel,
48 GpuChannelHost* channel,
53 scoped_refptr<GpuChannelHost> channel_;
H A Dstream_texture_factory_impl.cc114 GpuChannelHost* channel,
121 GpuChannelHost* channel,
/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_accelerator_factories.h26 class GpuChannelHost;
43 GpuChannelHost* gpu_channel_host,
72 GpuChannelHost* gpu_channel_host,
87 scoped_refptr<GpuChannelHost> gpu_channel_host_;
H A Drenderer_gpu_video_accelerator_factories.cc28 GpuChannelHost* gpu_channel_host,
44 GpuChannelHost* gpu_channel_host,
/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.h51 GpuChannelHost* EstablishGpuChannelSync(
55 GpuChannelHost* GetGpuChannel();
58 // Used to skip GpuChannelHost tests when there can be no GPU process.
85 scoped_refptr<GpuChannelHost> gpu_channel_;
H A Dgpu_ipc_browsertests.cc39 scoped_refptr<content::GpuChannelHost> gpu_channel_host(
110 GpuChannelHost* GetGpuChannel() {
155 scoped_refptr<GpuChannelHost> gpu_channel =
172 scoped_refptr<GpuChannelHost> host = GetGpuChannel();
H A Dbrowser_gpu_channel_host_factory.cc332 GpuChannelHost* BrowserGpuChannelHostFactory::EstablishGpuChannelSync(
365 GpuChannelHost* BrowserGpuChannelHostFactory::GetGpuChannel() {
379 gpu_channel_ = GpuChannelHost::Create(this,
/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.h16 class GpuChannelHost;
63 GpuChannelHost* channel() { return channel_.get(); }
95 scoped_refptr<GpuChannelHost> channel_;
H A Dppb_video_decoder_impl.cc137 GpuChannelHost* channel = graphics_3d->channel();
/external/chromium_org/content/browser/renderer_host/
H A Dimage_transport_factory_android.cc56 scoped_refptr<GpuChannelHost> gpu_channel_host(factory->EstablishGpuChannelSync(
/external/chromium_org/content/renderer/
H A Drender_thread_impl.h87 class GpuChannelHost;
176 GpuChannelHost* EstablishGpuChannelSync(CauseForGpuLaunch);
297 GpuChannelHost* GetGpuChannel();
520 scoped_refptr<GpuChannelHost> gpu_channel_;
/external/chromium_org/base/threading/
H A Dthread_restrictions.h47 class GpuChannelHost;
217 friend class content::GpuChannelHost; // http://crbug.com/125264
/external/chromium_org/content/renderer/devtools/
H A Ddevtools_agent.cc207 GpuChannelHost* gpu_channel_host =
224 GpuChannelHost* gpu_channel_host =

Completed in 218 milliseconds

12