HomeSort by relevance Sort by last modified time
    Searched refs:GpuChannelHost (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android_impl.h 16 class GpuChannelHost;
21 GpuChannelHost* channel,
40 scoped_refptr<GpuChannelHost> channel_;
stream_texture_factory_android_impl.cc 84 GpuChannelHost* channel,
  /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_video_decode_accelerator_host.h 18 class GpuChannelHost;
29 GpuVideoDecodeAcceleratorHost(GpuChannelHost* channel,
68 GpuChannelHost* channel_;
gpu_video_encode_accelerator_host.h 30 class GpuChannelHost;
39 // |client| is assumed to outlive this object. Since the GpuChannelHost does
43 const scoped_refptr<GpuChannelHost>& gpu_channel_host,
95 scoped_refptr<GpuChannelHost> channel_;
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);
command_buffer_proxy_impl.h 41 class GpuChannelHost;
63 CommandBufferProxyImpl(GpuChannelHost* channel, int route_id);
142 GpuChannelHost* channel() const { return channel_; }
186 GpuChannelHost* channel_;
context_provider_command_buffer_browsertest.cc 33 scoped_refptr<GpuChannelHost> gpu_channel_host(
command_buffer_proxy_impl.cc 25 GpuChannelHost* channel,
395 DCHECK(GpuChannelHost::IsValidGpuMemoryBuffer(
gpu_video_decode_accelerator_host.cc 24 GpuChannelHost* channel,
gpu_video_encode_accelerator_host.cc 18 const scoped_refptr<GpuChannelHost>& gpu_channel_host,
webgraphicscontext3d_command_buffer_impl.h 50 class GpuChannelHost;
79 GpuChannelHost* host,
108 GpuChannelHost* host,
697 scoped_refptr<GpuChannelHost> host_;
  /external/chromium_org/content/renderer/gpu/
stream_texture_host_android.h 20 class GpuChannelHost;
26 explicit StreamTextureHost(GpuChannelHost* channel);
58 scoped_refptr<GpuChannelHost> channel_;
stream_texture_host_android.cc 14 StreamTextureHost::StreamTextureHost(GpuChannelHost* channel)
  /external/chromium_org/content/renderer/pepper/
pepper_platform_context_3d.h 23 class GpuChannelHost;
73 scoped_refptr<GpuChannelHost> channel_;
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.h 27 class GpuChannelHost;
47 GpuChannelHost* gpu_channel_host,
105 scoped_refptr<GpuChannelHost> gpu_channel_host_;
pepper_platform_video_decoder.cc 36 GpuChannelHost* channel =
  /external/chromium_org/content/browser/gpu/
gpu_ipc_browsertests.cc 35 scoped_refptr<content::GpuChannelHost> gpu_channel_host(
118 GpuChannelHost* GetGpuChannel() {
167 scoped_refptr<GpuChannelHost> gpu_channel =
186 scoped_refptr<GpuChannelHost> host = GetGpuChannel();
browser_gpu_channel_host_factory.h 55 GpuChannelHost* EstablishGpuChannelSync(
59 GpuChannelHost* GetGpuChannel();
62 // Used to skip GpuChannelHost tests when there can be no GPU process.
130 scoped_refptr<GpuChannelHost> gpu_channel_;
browser_gpu_channel_host_factory.cc 314 GpuChannelHost* BrowserGpuChannelHostFactory::EstablishGpuChannelSync(
347 GpuChannelHost* BrowserGpuChannelHostFactory::GetGpuChannel() {
361 gpu_channel_ = GpuChannelHost::Create(this,
  /external/chromium_org/base/threading/
thread_restrictions.h 48 class GpuChannelHost;
209 friend class content::GpuChannelHost; // http://crbug.com/125264
  /external/chromium_org/content/renderer/
render_thread_impl.h 83 class GpuChannelHost;
167 GpuChannelHost* EstablishGpuChannelSync(CauseForGpuLaunch);
254 GpuChannelHost* GetGpuChannel();
465 scoped_refptr<GpuChannelHost> gpu_channel_;
render_thread_impl.cc 877 scoped_refptr<GpuChannelHost> gpu_channel_host = GetGpuChannel();
913 scoped_refptr<GpuChannelHost> gpu_channel_host(EstablishGpuChannelSync(
    [all...]
  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc 64 scoped_refptr<GpuChannelHost> gpu_channel_host(factory->EstablishGpuChannelSync(
  /external/chromium_org/content/renderer/devtools/
devtools_agent.cc 179 GpuChannelHost* gpu_channel_host =
193 GpuChannelHost* gpu_channel_host =

Completed in 1969 milliseconds

1 2