Searched refs:RandomIntersectionBench (Results 1 – 1 of 1) sorted by relevance
86 class RandomIntersectionBench : public IntersectionTreeBench { class88 RandomIntersectionBench(int numRandomRects) : fNumRandomRects(numRandomRects) { in RandomIntersectionBench() function in skgpu::graphite::RandomIntersectionBench178 DEF_BENCH( return new skgpu::graphite::RandomIntersectionBench(100); )179 DEF_BENCH( return new skgpu::graphite::RandomIntersectionBench(500); )180 DEF_BENCH( return new skgpu::graphite::RandomIntersectionBench(1000); )181 DEF_BENCH( return new skgpu::graphite::RandomIntersectionBench(5000); )182 DEF_BENCH( return new skgpu::graphite::RandomIntersectionBench(10000); )