HomeSort by relevance Sort by last modified time
    Searched defs:GLARBTimerTrace (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
gpu_tracer.h 114 class GPU_EXPORT GLARBTimerTrace : public Trace {
116 GLARBTimerTrace(scoped_refptr<Outputter> outputter,
127 virtual ~GLARBTimerTrace();
140 DISALLOW_COPY_AND_ASSIGN(GLARBTimerTrace);
gpu_tracer.cc 162 GLARBTimerTrace::GLARBTimerTrace(scoped_refptr<Outputter> outputter,
174 GLARBTimerTrace::~GLARBTimerTrace() { glDeleteQueries(2, queries_); }
176 void GLARBTimerTrace::Start() {
182 void GLARBTimerTrace::End() {
189 bool GLARBTimerTrace::IsAvailable() {
198 void GLARBTimerTrace::Process() {
339 return new GLARBTimerTrace(outputter_, name, timer_offset_);

Completed in 4253 milliseconds