Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DTestContext.h37 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
DTestContext.cpp18 , fGpuTimer(nullptr) in TestContext()
31 SkASSERT(!fGpuTimer); in ~TestContext()
84 fGpuTimer.reset(); in teardown()
/external/skqp/tools/gpu/
DTestContext.h37 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
DTestContext.cpp18 , fGpuTimer(nullptr) in TestContext()
31 SkASSERT(!fGpuTimer); in ~TestContext()
84 fGpuTimer.reset(); in teardown()
/external/skqp/tools/gpu/gl/
DGLTestContext.cpp290 fGpuTimer = GLGpuTimer::MakeIfSupported(this); in init()
/external/skia/tools/gpu/gl/
DGLTestContext.cpp290 fGpuTimer = GLGpuTimer::MakeIfSupported(this); in init()