Searched refs:getTimeElapsed (Results 1 – 3 of 3) sorted by relevance
64 virtual std::chrono::nanoseconds getTimeElapsed(PlatformTimerQuery) = 0;
91 std::chrono::nanoseconds getTimeElapsed(sk_gpu_test::PlatformTimerQuery) override;203 std::chrono::nanoseconds GLGpuTimer::getTimeElapsed(sk_gpu_test::PlatformTimerQuery platformTimer) { in getTimeElapsed() function in __anone7469e6e0111::GLGpuTimer
178 sample.fDuration += gpuTimer->getTimeElapsed(previousTime); in run_gpu_time_benchmark()