Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/bench/graphite/
H A DIntersectionTreeBench.cpp86 class RandomIntersectionBench : public IntersectionTreeBench { class
88 RandomIntersectionBench(int numRandomRects) : fNumRandomRects(numRandomRects) { in RandomIntersectionBench() function in skgpu::graphite::RandomIntersectionBench
178 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); )