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

/external/skia/bench/
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) {
24 void GMBench::onDraw(int loops, SkCanvas* canvas) {
35 SkIPoint GMBench::onGetSize() {
H A DGMBench.h17 class GMBench : public Benchmark { class in inherits:Benchmark
20 GMBench(skiagm::GM* gm);
21 ~GMBench() override;
H A Dnanobench.cpp19 #include "GMBench.h"
728 return new GMBench(gm.release());
/external/skqp/bench/
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) {
24 void GMBench::onDraw(int loops, SkCanvas* canvas) {
35 SkIPoint GMBench::onGetSize() {
H A DGMBench.h17 class GMBench : public Benchmark { class in inherits:Benchmark
20 GMBench(skiagm::GM* gm);
21 ~GMBench() override;
H A Dnanobench.cpp19 #include "GMBench.h"
727 return new GMBench(gm.release());

Completed in 145 milliseconds