Searched defs:RecordingBench (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DRecordingBench.h14 class RecordingBench : public Benchmark { class in inherits:Benchmark
16 RecordingBench(const char* name, const SkPicture*, bool useBBH);
H A DRecordingBench.cpp8 #include "RecordingBench.h"
15 RecordingBench::RecordingBench(const char* name, const SkPicture* pic, bool useBBH) function in class:RecordingBench
20 const char* RecordingBench::onGetName() {
24 bool RecordingBench::isSuitableFor(Backend backend) {
28 SkIPoint RecordingBench::onGetSize() {
33 void RecordingBench::onDraw(const int loops, SkCanvas*) {

Completed in 119 milliseconds