Searched refs:fGpuTimer (Results 1 – 3 of 3) sorted by relevance
33 bool gpuTimingSupport() const { return fGpuTimer != nullptr; } in gpuTimingSupport()34 GpuTimer* gpuTimer() const { SkASSERT(fGpuTimer); return fGpuTimer.get(); } in gpuTimer()85 std::unique_ptr<GpuTimer> fGpuTimer; variable
16 , fGpuTimer(nullptr) in TestContext()29 SkASSERT(!fGpuTimer); in ~TestContext()71 fGpuTimer.reset(); in teardown()
232 fGpuTimer = GLGpuTimer::MakeIfSupported(this); in init()