Searched refs:TraceOutputter (Results 1 – 2 of 2) sorted by relevance
19 static TraceOutputter* g_outputter_thread = NULL;29 scoped_refptr<TraceOutputter> TraceOutputter::Create(const std::string& name) { in Create()31 g_outputter_thread = new TraceOutputter(name); in Create()36 TraceOutputter::TraceOutputter(const std::string& name) in TraceOutputter() function in gpu::gles2::TraceOutputter42 TraceOutputter::~TraceOutputter() { g_outputter_thread = NULL; } in ~TraceOutputter()44 void TraceOutputter::Trace(const std::string& name, in Trace()191 outputter_ = TraceOutputter::Create("GL_EXT_disjoint_timer_query"); in GPUTracer()194 outputter_ = TraceOutputter::Create("GL_ARB_timer_query"); in GPUTracer()
115 class TraceOutputter : public Outputter {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);