Searched refs:gpu_channel (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/common/gpu/
H A Ddevtools_gpu_agent.cc9 #include "content/common/gpu/gpu_channel.h"
14 DevToolsGpuAgent::DevToolsGpuAgent(GpuChannel* gpu_channel) : argument
15 gpu_channel_(gpu_channel),
H A Ddevtools_gpu_agent.h26 explicit DevToolsGpuAgent(GpuChannel* gpu_channel);
H A Dgpu_channel.cc9 #include "content/common/gpu/gpu_channel.h"
73 GpuChannelMessageFilter(base::WeakPtr<GpuChannel> gpu_channel, argument
78 gpu_channel_(gpu_channel),
350 base::WeakPtr<GpuChannel> gpu_channel,
360 if (gpu_channel) {
361 GpuCommandBufferStub* stub = gpu_channel->LookupCommandBuffer(routing_id);
366 gpu_channel->OnMessageReceived(message);
370 gpu_channel->MessageProcessed();
349 InsertSyncPointOnMainThread( base::WeakPtr<GpuChannel> gpu_channel, scoped_refptr<SyncPointManager> manager, int32 routing_id, bool retire, uint32 sync_point) argument
/external/chromium_org/content/browser/gpu/
H A Dgpu_ipc_browsertests.cc155 scoped_refptr<GpuChannelHost> gpu_channel = local
164 EXPECT_EQ(gpu_channel.get(), GetGpuChannel());
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc918 GpuChannelHost* gpu_channel = RenderThreadImpl::current()->GetGpuChannel(); local
919 args.GetReturnValue().Set(!!gpu_channel);
/external/chromium_org/content/
H A Dcontent_common.target.darwin-arm.mk127 content/common/gpu/gpu_channel.cc \
H A Dcontent_common.target.darwin-arm64.mk127 content/common/gpu/gpu_channel.cc \
H A Dcontent_common.target.darwin-mips.mk127 content/common/gpu/gpu_channel.cc \
H A Dcontent_common.target.darwin-mips64.mk127 content/common/gpu/gpu_channel.cc \
H A Dcontent_common.target.darwin-x86.mk127 content/common/gpu/gpu_channel.cc \
H A Dcontent_common.target.darwin-x86_64.mk127 content/common/gpu/gpu_channel.cc \
H A Dcontent_common.target.linux-arm.mk127 content/common/gpu/gpu_channel.cc \
H A Dcontent_common.target.linux-arm64.mk127 content/common/gpu/gpu_channel.cc \
H A Dcontent_common.target.linux-mips.mk127 content/common/gpu/gpu_channel.cc \
H A Dcontent_common.target.linux-mips64.mk127 content/common/gpu/gpu_channel.cc \
H A Dcontent_common.target.linux-x86.mk127 content/common/gpu/gpu_channel.cc \
H A Dcontent_common.target.linux-x86_64.mk127 content/common/gpu/gpu_channel.cc \

Completed in 226 milliseconds