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

  /external/chromium_org/content/common/gpu/
devtools_gpu_instrumentation.cc 15 bool GpuEventsDispatcher::enabled_ = false;
17 GpuEventsDispatcher::GpuEventsDispatcher() {
20 GpuEventsDispatcher::~GpuEventsDispatcher() {
23 void GpuEventsDispatcher::AddProcessor(DevToolsGpuAgent* processor) {
29 void GpuEventsDispatcher::RemoveProcessor(DevToolsGpuAgent* processor) {
38 void GpuEventsDispatcher::DoFireEvent(EventPhase phase,
41 GpuEventsDispatcher* self =
devtools_gpu_instrumentation.h 18 class GpuEventsDispatcher : public base::NonThreadSafe {
25 GpuEventsDispatcher();
26 ~GpuEventsDispatcher();
51 GpuEventsDispatcher::FireEvent(GpuEventsDispatcher::kEventStart, channel_);
54 GpuEventsDispatcher::FireEvent(GpuEventsDispatcher::kEventFinish, channel_);
devtools_gpu_agent.cc 31 GpuEventsDispatcher* dispatcher =
41 GpuEventsDispatcher* dispatcher =
49 GpuEventsDispatcher::EventPhase phase,
devtools_gpu_agent.h 30 GpuEventsDispatcher::EventPhase,
gpu_channel_manager.h 93 GpuEventsDispatcher* gpu_devtools_events_dispatcher() {
144 GpuEventsDispatcher gpu_devtools_events_dispatcher_;

Completed in 321 milliseconds