Home
last modified time | relevance | path

Searched refs:ShapesBench (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/bench/
H A DShapesBench.cpp24 "Type of shape to use in ShapesBench. Must be one of: "
27 "Type of inner shape to use in ShapesBench. Must be one of: "
29 static DEFINE_int(numShapes, 10000, "Number of shapes to draw in ShapesBench.");
30 static DEFINE_string(shapesSize, "32x32", "Size of shapes to draw in ShapesBench.");
31 static DEFINE_bool(shapesPersp, false, "Use slight perspective tilt in ShapesBench?");
40 class ShapesBench : public Benchmark { class
50 ShapesBench(ShapesType shapesType, ShapesType innerShapesType, in ShapesBench() function in ShapesBench
61 ShapesBench() { in ShapesBench() function in ShapesBench
253 DEF_BENCH(return new ShapesBench;)
256 DEF_BENCH(return new ShapesBench(ShapesBenc
[all...]

Completed in 1 milliseconds