Lines Matching refs:get
261 this->factory->get(this->config.ctxType, this->config.ctxOverrides),
388 // Doing some math, we get:
408 // First, figure out how many loops it'll take to get a frame up to FLAGS_gpuMs.
465 if (const auto ctx = factory.get(ctxType, ctxOverrides)) {
529 if (skstd::optional<Config> config = create_config(array[i].get())) {
677 return SkPicture::MakeFromStream(stream.get());
693 return MSKPPlayer::Make(stream.get());
743 Benchmark* bench = fBenches->get()(nullptr);
751 std::unique_ptr<skiagm::GM> gm = fGMs->get()();
786 return new RecordingBench(name.c_str(), pic.get(), FLAGS_bbh);
825 return new SKPBench(name.c_str(), pic.get(), fClip, fScales[fCurrentScale],
834 return new SKPBench(SkOSPath::Basename(path).c_str(), pic.get(), fClip,
858 return new SKPAnimationBench(name.c_str(), pic.get(), fClip, std::move(animation),
934 info, storage.get(), rowBytes);
939 encoded.get(), colorType, alphaType);
979 encoded.get(), sampleSize);
1057 return new BitmapRegionDecoderBench(basename.c_str(), encoded.get(),
1208 NanoJSONResultsWriter log(logStream.get(), SkJSONWriter::Mode::kPretty);
1310 ? setup_gpu_bench(target, bench.get(), maxFrameLag)
1311 : setup_cpu_bench(overhead, target, bench.get());
1324 time(loops, bench.get(), target);
1333 samples.push_back(time(loops, bench.get(), target) / loops);
1339 samples[s] = time(loops, bench.get(), target) / loops;