HomeSort by relevance Sort by last modified time
    Searched refs:GMBench (Results 1 - 6 of 6) sorted by null

  /external/skia/bench/
GMBench.cpp 8 #include "GMBench.h"
10 GMBench::GMBench(skiagm::GM* gm) : fGM(gm) {
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() {
GMBench.h 17 class GMBench : public Benchmark {
20 GMBench(skiagm::GM* gm);
21 ~GMBench() override;
nanobench.cpp 18 #include "GMBench.h"
721 return new GMBench(gm.release());
    [all...]
  /external/skqp/bench/
GMBench.cpp 8 #include "GMBench.h"
10 GMBench::GMBench(skiagm::GM* gm) : fGM(gm) {
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() {
GMBench.h 17 class GMBench : public Benchmark {
20 GMBench(skiagm::GM* gm);
21 ~GMBench() override;
nanobench.cpp 18 #include "GMBench.h"
721 return new GMBench(gm.release());
    [all...]

Completed in 699 milliseconds