Searched refs:BenchGpuTimer (Results 1 – 4 of 4) sorted by relevance
12 BenchGpuTimer::BenchGpuTimer(const SkGLContextHelper* glctx) { in BenchGpuTimer() function in BenchGpuTimer26 BenchGpuTimer::~BenchGpuTimer() { in ~BenchGpuTimer()34 void BenchGpuTimer::startGpu() { in startGpu()46 double BenchGpuTimer::endGpu() { in endGpu()
13 class BenchGpuTimer {15 BenchGpuTimer(const SkGLContextHelper* glctx);16 ~BenchGpuTimer();
15 class BenchGpuTimer; variable45 BenchGpuTimer *fGpuTimer;
34 fGpuTimer = new BenchGpuTimer(gl); in BenchTimer()