Searched refs:TraceOutputter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_tracer.h115 class TraceOutputter : public Outputter { class in namespace:gpu::gles2
117 static scoped_refptr<TraceOutputter> Create(const std::string& name);
124 explicit TraceOutputter(const std::string& name);
125 virtual ~TraceOutputter();
130 DISALLOW_COPY_AND_ASSIGN(TraceOutputter);
H A Dgpu_tracer.cc19 static TraceOutputter* g_outputter_thread = NULL;
29 scoped_refptr<TraceOutputter> TraceOutputter::Create(const std::string& name) {
31 g_outputter_thread = new TraceOutputter(name);
36 TraceOutputter::TraceOutputter(const std::string& name) function in class:gpu::gles2::TraceOutputter
42 TraceOutputter::~TraceOutputter() { g_outputter_thread = NULL; }
44 void TraceOutputter::Trace(const std::string& name,
191 outputter_ = TraceOutputter
[all...]

Completed in 1362 milliseconds