Searched refs:GetGpuChannel (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/gpu/
H A Dgpu_ipc_browsertests.cc101 return GetFactory()->GetGpuChannel() != NULL;
110 GpuChannelHost* GetGpuChannel() { function in class:content::BrowserGpuChannelHostFactoryTest
111 return GetFactory()->GetGpuChannel();
123 GetGpuChannel(),
136 EXPECT_TRUE(GetGpuChannel() != NULL);
164 EXPECT_EQ(gpu_channel.get(), GetGpuChannel());
172 scoped_refptr<GpuChannelHost> host = GetGpuChannel();
H A Dbrowser_gpu_channel_host_factory.h55 GpuChannelHost* GetGpuChannel();
H A Dbrowser_gpu_channel_host_factory.cc365 GpuChannelHost* BrowserGpuChannelHostFactory::GetGpuChannel() { function in class:content::BrowserGpuChannelHostFactory
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc301 if (!factory->GetGpuChannel() || factory->GetGpuChannel()->IsLost()) {
549 if (!factory->GetGpuChannel() || factory->GetGpuChannel()->IsLost()) {
575 scoped_refptr<GpuChannelHost> gpu_channel_host = factory->GetGpuChannel();
/external/chromium_org/content/renderer/devtools/
H A Ddevtools_agent.cc208 RenderThreadImpl::current()->GetGpuChannel();
225 RenderThreadImpl::current()->GetGpuChannel();
/external/chromium_org/content/renderer/
H A Drender_thread_impl.h297 GpuChannelHost* GetGpuChannel();
H A Drender_thread_impl.cc1085 scoped_refptr<GpuChannelHost> gpu_channel_host = GetGpuChannel();
1455 GpuChannelHost* RenderThreadImpl::GetGpuChannel() { function in class:content::RenderThreadImpl
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc918 GpuChannelHost* gpu_channel = RenderThreadImpl::current()->GetGpuChannel();

Completed in 3443 milliseconds