HomeSort by relevance Sort by last modified time
    Searched refs:gpu_channel_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/common/gpu/
devtools_gpu_agent.cc 15 gpu_channel_(gpu_channel),
32 gpu_channel_->gpu_channel_manager()->gpu_devtools_events_dispatcher();
42 gpu_channel_->gpu_channel_manager()->gpu_devtools_events_dispatcher();
58 task.foreign = channel != gpu_channel_;
60 task.gpu_memory_limit_bytes = gpu_channel_->gpu_channel_manager()->
77 return gpu_channel_ && gpu_channel_->Send(message.release());
devtools_gpu_agent.h 41 GpuChannel* gpu_channel_; member in class:content::DevToolsGpuAgent
gpu_channel.cc 79 gpu_channel_(gpu_channel),
122 gpu_channel_,
361 base::WeakPtr<GpuChannel> gpu_channel_; member in class:content::GpuChannelMessageFilter
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 372 return gpu_channel_.get();
378 if (gpu_channel_.get() && gpu_channel_->IsLost()) {
381 gpu_channel_ = NULL;
384 if (!gpu_channel_ && !pending_request_) {
391 if (gpu_channel_)
399 if (gpu_channel_ && !gpu_channel_->IsLost())
400 return gpu_channel_;
409 DCHECK(!gpu_channel_);
    [all...]
browser_gpu_channel_host_factory.h 118 scoped_refptr<GpuChannelHost> gpu_channel_; member in class:content::BrowserGpuChannelHostFactory
  /external/chromium_org/content/renderer/
render_thread_impl.cc     [all...]
render_thread_impl.h 528 scoped_refptr<GpuChannelHost> gpu_channel_; member in class:content::RenderThreadImpl

Completed in 535 milliseconds