Searched refs:RecordingBench (Results 1 - 3 of 3) sorted by relevance
/external/skia/bench/ |
H A D | RecordingBench.h | 31 class RecordingBench : public PictureCentricBench { class in inherits:PictureCentricBench 33 RecordingBench(const char* name, const SkPicture*, bool useBBH, bool lite);
|
H A D | RecordingBench.cpp | 8 #include "RecordingBench.h" 37 RecordingBench::RecordingBench(const char* name, const SkPicture* pic, bool useBBH, bool lite) function in class:RecordingBench 50 void RecordingBench::onDraw(int loops, SkCanvas*) {
|
H A D | nanobench.cpp | 21 #include "RecordingBench.h" 726 return new RecordingBench(name.c_str(), pic.get(), FLAGS_bbh, FLAGS_lite);
|
Completed in 928 milliseconds