Home
last modified time | relevance | path

Searched refs:fGpuTimer (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/gpu/
DTestContext.h33 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
DTestContext.cpp16 , fGpuTimer(nullptr) in TestContext()
29 SkASSERT(!fGpuTimer); in ~TestContext()
71 fGpuTimer.reset(); in teardown()
/external/skia/tools/gpu/gl/
DGLTestContext.cpp232 fGpuTimer = GLGpuTimer::MakeIfSupported(this); in init()