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

/external/skia/bench/
H A DShapesBench.cpp22 DEFINE_string(shapesType, "mixed", "Type of shape to use in ShapesBench. Must be one of: "
24 DEFINE_string(innerShapesType, "none", "Type of inner shape to use in ShapesBench. Must be one of: "
26 DEFINE_int32(numShapes, 10000, "Number of shapes to draw in ShapesBench.");
27 DEFINE_string(shapesSize, "32x32", "Size of shapes to draw in ShapesBench.");
28 DEFINE_bool(shapesPersp, false, "Use slight perspective tilt in ShapesBench?");
37 class ShapesBench : public Benchmark { class in inherits:Benchmark
47 ShapesBench(ShapesType shapesType, ShapesType innerShapesType, function in class:ShapesBench
58 ShapesBench() { function in class:ShapesBench
252 DEF_BENCH(return new ShapesBench;)
255 DEF_BENCH(return new ShapesBench(ShapesBenc
[all...]

Completed in 49 milliseconds