Searched defs:GMBench (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DGMBench.h15 class GMBench : public Benchmark { class in inherits:Benchmark
18 GMBench(skiagm::GM* gm);
19 virtual ~GMBench();
H A DGMBench.cpp8 #include "GMBench.h"
10 GMBench::GMBench(skiagm::GM* gm) : fGM(gm) { function in class:GMBench
14 GMBench::~GMBench() { delete fGM; }
16 const char* GMBench::onGetName() {
20 bool GMBench::isSuitableFor(Backend backend) {
39 void GMBench::onDraw(const int loops, SkCanvas* canvas) {
48 SkIPoint GMBench::onGetSize() {
/external/skia/bench/
H A DGMBench.h15 class GMBench : public Benchmark { class in inherits:Benchmark
18 GMBench(skiagm::GM* gm);
19 virtual ~GMBench();
H A DGMBench.cpp8 #include "GMBench.h"
10 GMBench::GMBench(skiagm::GM* gm) : fGM(gm) { function in class:GMBench
14 GMBench::~GMBench() { delete fGM; }
16 const char* GMBench::onGetName() {
20 bool GMBench::isSuitableFor(Backend backend) {
39 void GMBench::onDraw(const int loops, SkCanvas* canvas) {
48 SkIPoint GMBench::onGetSize() {

Completed in 94 milliseconds