Home
last modified time | relevance | path

Searched refs:fGpuTimer (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/bench/
DBenchTimer.cpp34 fGpuTimer = new BenchGpuTimer(gl); in BenchTimer()
36 fGpuTimer = NULL; in BenchTimer()
45 delete fGpuTimer; in ~BenchTimer()
55 if (fGpuTimer) { in start()
56 fGpuTimer->startGpu(); in start()
68 if (fGpuTimer) { in end()
69 fGpu = fGpuTimer->endGpu() * fDurationScale; in end()
DBenchTimer.h45 BenchGpuTimer* fGpuTimer; variable
/external/skia/tools/timer/
DTimer.cpp16 , fGpuTimer(gl) in Timer()
24 fGpuTimer.start(); in start()
35 fGpu = fGpuTimer.end(); in end()
DTimer.h54 GpuTimer fGpuTimer; variable