Home
last modified time | relevance | path

Searched refs:gold (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/infra/wasm-common/
H A DMakefile4 docker build -t gold-karma-chrome-tests -f ./docker/gold-karma-chrome-tests/Dockerfile .
13 CGO_ENABLED=0 GOOS=linux go build -o ./tmp/gold-aggregator -a ./gold/
22 docker tag gold-karma-chrome-tests gcr.io/skia-public/gold-karma-chrome-tests:${CHROME_VERSION}
23 docker push gcr.io/skia-public/gold-karma-chrome-tests:${CHROME_VERSION}
/third_party/skia/infra/lottiecap/
H A DMakefile0 gold-docker-image: aggregator
4 docker build -t gold-lottie-web-puppeteer -f ./docker/gold-lottie-web-puppeteer/Dockerfile .
8 CGO_ENABLED=0 GOOS=linux go build -o ./tmp/gold-aggregator -a ./gold
/third_party/skia/tests/
H A DGrMeshTest.cpp98 const std::unique_ptr<skgpu::v1::SurfaceDrawContext>&, const SkBitmap& gold,
122 SkBitmap gold; local
128 gold.allocN32Pixels(kImageWidth, kImageHeight);
130 SkCanvas goldCanvas(gold);
167 run_test(dContext, "draw", reporter, sdc, gold,
188 run_test(dContext, "drawIndexed", reporter, sdc, gold,
215 run_test(dContext, "drawIndexPattern", reporter, sdc, gold,
240 reporter, sdc, gold,
308 reporter, sdc, gold,
585 const SkBitmap& gold,
581 run_test(GrDirectContext* dContext, const char* testName, skiatest::Reporter* reporter, const std::unique_ptr<skgpu::v1::SurfaceDrawContext>& sdc, const SkBitmap& gold, std::function<void(DrawMeshHelper*)> prepareFn, std::function<void(DrawMeshHelper*)> executeFn) global() argument
[all...]
/third_party/skia/gm/verifiers/
H A Dgmverifier.h79 /** Returns true if this verifier needs the gold image as input. */
83 * Runs the verifier. This method should be used if the verifier needs the gold image as input.
85 * @param gold Bitmap containing the "correct" image.
89 VerifierResult verify(const SkBitmap& gold, const SkBitmap& actual);
106 * comparisons easier. Both the image under test and gold image are transformed into a shared
125 const SkIRect& region, const SkBitmap& gold, const SkBitmap& actual) = 0;
144 return makeError(SkString("Verifier does not accept gold image input"));
172 * Else, returns ok. This version can be used if no verifiers in the list require the gold
187 /** Returns true if any verifiers in the list need the gold image as input. */
H A Dgmverifier.cpp52 VerifierResult GMVerifier::verify(const SkBitmap& gold, const SkBitmap& actual) { in verify() argument
54 return verifyWithGold(actual.bounds(), gold, actual); in verify()
/third_party/skia/tools/skqp/
H A Dcut_release.py50 def gold(first_commit, last_commit): function
53 f = urlopen('https://public-gold.skia.org/json/export?' + urllib.urlencode([
148 models = goldgetter(gold(first_commit, last_commit), build + '/make_skqp_model')
/third_party/skia/infra/bots/task_drivers/fm_driver/
H A Dfm_driver.go41 gold = flag.Bool("gold", false, "Fetch known hashes, upload to Gold, etc.?")
164 if *gold {
241 if *gold && outcome != "skipped" && !known[outcome] {
/third_party/ffmpeg/libavformat/
H A Dwebmdashenc.c132 AVDictionaryEntry *gold = av_dict_get(s->streams[as->streams[0]]->metadata, in subsegment_alignment() local
134 if (!gold) return 0; in subsegment_alignment()
138 if (!ts || !av_strstart(ts->value, gold->value, NULL)) return 0; in subsegment_alignment()
/third_party/skia/modules/pathkit/tests/
H A DtestReporter.js2 // Set this to enforce that the gold server must be up.
88 }).then(() => console.log(`Successfully reported ${testname} to gold aggregator`));
/third_party/skia/modules/canvaskit/tests/
H A DtestReporter.js2 // Set this to enforce that the gold server must be up.
88 }).then(() => console.log(`Successfully reported ${testname} to gold aggregator`));
/third_party/skia/third_party/externals/angle2/scripts/
H A Dtrigger.py24 GOLD_SERVICE_ACCOUNT = 'chrome-gpu-gold@chops-service-accounts.iam.gserviceaccount.com'
44 '--gold', action='store_true', help='Use swarming arguments for Gold tests.')
133 if args.gold:
/third_party/weex-loader/deps/weex-styler/lib/
H A Dvalidator.js78 gold: '#FFD700',
/third_party/libevdev/
H A Dconfigure9762 *GNU\ gold*) supports_anon_versioning=yes ;;
/third_party/skia/third_party/externals/libpng/
H A Dconfigure9554 *GNU\ gold*) supports_anon_versioning=yes ;;
/third_party/eudev/
H A Dconfigure9814 *GNU\ gold*) supports_anon_versioning=yes ;;
/third_party/lame/
H A Dconfigure9539 *GNU\ gold*) supports_anon_versioning=yes ;;
/third_party/skia/third_party/externals/microhttpd/
H A Dconfigure9316 *GNU\ gold*) supports_anon_versioning=yes ;;
/third_party/node/deps/cares/
H A Dconfigure11696 *GNU\ gold*) supports_anon_versioning=yes ;;

Completed in 102 milliseconds