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, stub_);
54 GpuEventsDispatcher::FireEvent(GpuEventsDispatcher::kEventFinish, stub_);
devtools_gpu_agent.cc 33 GpuEventsDispatcher* dispatcher =
42 GpuEventsDispatcher* dispatcher =
50 GpuEventsDispatcher::EventPhase phase,
devtools_gpu_agent.h 31 GpuEventsDispatcher::EventPhase,
gpu_channel_manager.h 95 GpuEventsDispatcher* gpu_devtools_events_dispatcher() {
150 GpuEventsDispatcher gpu_devtools_events_dispatcher_;

Completed in 36 milliseconds