Searched refs:GpuChannel (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/common/gpu/
H A Ddevtools_gpu_instrumentation.h16 class GpuChannel;
31 static void FireEvent(EventPhase phase, GpuChannel* channel) {
39 static void DoFireEvent(EventPhase, GpuChannel* channel);
49 explicit ScopedGpuTask(GpuChannel* channel) :
57 GpuChannel* channel_;
H A Ddevtools_gpu_agent.h22 class GpuChannel;
26 explicit DevToolsGpuAgent(GpuChannel* gpu_channel);
31 GpuChannel* channel);
41 GpuChannel* gpu_channel_;
H A Dgpu_channel.cc75 GpuChannelMessageFilter(base::WeakPtr<GpuChannel> gpu_channel,
107 // All other messages get processed by the GpuChannel.
261 TRACE_COUNTER_ID1("gpu", "GpuChannel::Preempting", this, 0);
298 TRACE_COUNTER_ID1("gpu", "GpuChannel::Preempting", this, 1);
330 TRACE_COUNTER_ID1("gpu", "GpuChannel::Preempting", this, 0);
336 base::WeakPtr<GpuChannel> gpu_channel,
361 base::WeakPtr<GpuChannel> gpu_channel_;
369 // Count of the number of IPCs forwarded to the GpuChannel.
377 GpuChannel::GpuChannel(GpuChannelManage function in class:content::GpuChannel
[all...]
H A Ddevtools_gpu_agent.cc14 DevToolsGpuAgent::DevToolsGpuAgent(GpuChannel* gpu_channel) :
50 GpuChannel* channel) {
H A Dgpu_channel.h54 class GpuChannel : public IPC::Listener, public IPC::Sender { class in namespace:content
57 GpuChannel(GpuChannelManager* gpu_channel_manager,
63 virtual ~GpuChannel();
221 base::WeakPtrFactory<GpuChannel> weak_factory_;
229 DISALLOW_COPY_AND_ASSIGN(GpuChannel);
H A Ddevtools_gpu_instrumentation.cc39 GpuChannel* channel) {
H A Dgpu_channel_manager.h49 class GpuChannel;
95 GpuChannel* LookupChannel(int32 client_id);
109 typedef base::ScopedPtrHashMap<int, GpuChannel> GpuChannelMap;
H A Dgpu_command_buffer_stub.h45 class GpuChannel;
70 GpuChannel* channel,
115 GpuChannel* channel() const { return channel_; }
231 // The lifetime of objects of this class is managed by a GpuChannel. The
234 GpuChannel* channel_;
H A Dgpu_channel_manager.cc96 GpuChannel* GpuChannelManager::LookupChannel(int32 client_id) {
138 scoped_ptr<GpuChannel> channel(new GpuChannel(
H A Dimage_transport_surface_android.cc92 GpuChannel* parent_channel =
H A Dtexture_image_transport_surface.cc74 GpuChannel* parent_channel = manager->LookupChannel(handle_.parent_client_id);
H A Dgpu_command_buffer_stub.cc64 explicit GpuCommandBufferMemoryTracker(GpuChannel* channel) :
117 GpuChannel* channel,
569 base::Bind(&GpuChannel::StubSchedulingChanged,

Completed in 153 milliseconds