Home
last modified time | relevance | path

Searched refs:PictureCentricBench (Results 1 – 2 of 2) sorted by relevance

/external/skia/bench/
DRecordingBench.h15 class PictureCentricBench : public Benchmark {
17 PictureCentricBench(const char* name, const SkPicture*);
31 class RecordingBench : public PictureCentricBench {
42 typedef PictureCentricBench INHERITED;
45 class PipingBench : public PictureCentricBench {
53 typedef PictureCentricBench INHERITED;
DRecordingBench.cpp14 PictureCentricBench::PictureCentricBench(const char* name, const SkPicture* pic) : fName(name) { in PictureCentricBench() function in PictureCentricBench
22 const char* PictureCentricBench::onGetName() { in onGetName()
26 bool PictureCentricBench::isSuitableFor(Backend backend) { in isSuitableFor()
30 SkIPoint PictureCentricBench::onGetSize() { in onGetSize()