#include "flutter/benchmarking/benchmarking.h"#include "flutter/display_list/geometry/dl_path.h"#include "flutter/display_list/geometry/dl_path_builder.h"#include "impeller/entity/geometry/shadow_path_geometry.h"#include "impeller/entity/geometry/stroke_path_geometry.h"#include "impeller/tessellator/tessellator_libtess.h"Go to the source code of this file.
Classes | |
| class | impeller::ImpellerBenchmarkAccessor |
Namespaces | |
| namespace | impeller |
Macros | |
| #define | MAKE_SHADOW_BENCHMARK_CAPTURE(clockwise, shape, backend) |
| #define | MAKE_SHADOW_BENCHMARK_SHAPE_CAPTURE(shape, backend) |
| #define | MAKE_SHADOW_BENCHMARK_CAPTURE_ALL_SHAPES(backend) |
| #define | MAKE_STROKE_PATH_BENCHMARK_CAPTURE(path, cap, join, closed) |
| #define | MAKE_STROKE_BENCHMARK_CAPTURE_ALL_CAPS_JOINS(path, closed) |
Variables | |
| static TessellatorLibtess | impeller::tess |
| #define MAKE_SHADOW_BENCHMARK_CAPTURE | ( | clockwise, | |
| shape, | |||
| backend | |||
| ) |
Definition at line 122 of file geometry_benchmarks.cc.
| #define MAKE_SHADOW_BENCHMARK_CAPTURE_ALL_SHAPES | ( | backend | ) |
Definition at line 131 of file geometry_benchmarks.cc.
| #define MAKE_SHADOW_BENCHMARK_SHAPE_CAPTURE | ( | shape, | |
| backend | |||
| ) |
Definition at line 127 of file geometry_benchmarks.cc.
| #define MAKE_STROKE_BENCHMARK_CAPTURE_ALL_CAPS_JOINS | ( | path, | |
| closed | |||
| ) |
Definition at line 143 of file geometry_benchmarks.cc.
| #define MAKE_STROKE_PATH_BENCHMARK_CAPTURE | ( | path, | |
| cap, | |||
| join, | |||
| closed | |||
| ) |
Definition at line 139 of file geometry_benchmarks.cc.