Home
last modified time | relevance | path

Searched refs:CpuWrappedBenchmark (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/VisualBench/
DWrappedBenchmark.h76 class CpuWrappedBenchmark : public WrappedBenchmark {
78 explicit CpuWrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench) in CpuWrappedBenchmark() function
DVisualBenchmarkStream.cpp144 bench = new CpuWrappedBenchmark(fSurfaceProps, bench); in next()