Go to the source code of this file.
|
| template<class... Args> |
| static void | impeller::BM_Polyline (benchmark::State &state, Args &&... args) |
| |
| template<class... Args> |
| static void | impeller::BM_Convex (benchmark::State &state, Args &&... args) |
| |
| | impeller::BENCHMARK_CAPTURE (BM_Polyline, cubic_polyline, CreateCubic(), false) |
| |
| | impeller::BENCHMARK_CAPTURE (BM_Polyline, cubic_polyline_tess, CreateCubic(), true) |
| |
| | impeller::BENCHMARK_CAPTURE (BM_Polyline, quad_polyline, CreateQuadratic(), false) |
| |
| | impeller::BENCHMARK_CAPTURE (BM_Polyline, quad_polyline_tess, CreateQuadratic(), true) |
| |
| | impeller::BENCHMARK_CAPTURE (BM_Convex, rrect_convex, CreateRRect(), true) |
| |