Searched refs:BenchGpuTimer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DBenchGpuTimer_gl.h13 class BenchGpuTimer { class
15 BenchGpuTimer(const SkGLContextHelper* glctx);
16 ~BenchGpuTimer();
H A DBenchGpuTimer_gl.cpp12 BenchGpuTimer::BenchGpuTimer(const SkGLContextHelper* glctx) { function in class:BenchGpuTimer
26 BenchGpuTimer::~BenchGpuTimer() {
34 void BenchGpuTimer::startGpu() {
46 double BenchGpuTimer::endGpu() {
H A DBenchTimer.h15 class BenchGpuTimer;
45 BenchGpuTimer* fGpuTimer;
H A DBenchTimer.cpp34 fGpuTimer = new BenchGpuTimer(gl);

Completed in 109 milliseconds