Searched refs:fGpuTimer (Results 1 – 6 of 6) sorted by relevance
37 bool gpuTimingSupport() const { return fGpuTimer != nullptr; } in gpuTimingSupport()38 GpuTimer* gpuTimer() const { SkASSERT(fGpuTimer); return fGpuTimer.get(); } in gpuTimer()102 std::unique_ptr<GpuTimer> fGpuTimer; variable
18 , fGpuTimer(nullptr) in TestContext()31 SkASSERT(!fGpuTimer); in ~TestContext()84 fGpuTimer.reset(); in teardown()
290 fGpuTimer = GLGpuTimer::MakeIfSupported(this); in init()