Lines Matching refs:skiagm
44 for (skiagm::GMFactory fact : skiagm::GMRegistry::Range()) {
45 std::unique_ptr<skiagm::GM> gm(fact());
52 static std::unique_ptr<skiagm::GM> getGMWithName(std::string name) {
53 for (skiagm::GMFactory fact : skiagm::GMRegistry::Range()) {
54 std::unique_ptr<skiagm::GM> gm(fact());
141 if (gpuSetupResult == skiagm::DrawResult::kFail) {
144 } else if (gpuSetupResult == skiagm::DrawResult::kSkip) {
149 if (drawResult == skiagm::DrawResult::kFail) {
152 } else if (drawResult == skiagm::DrawResult::kSkip) {