/third_party/skia/infra/wasm-common/ |
H A D | Makefile | 4 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 D | Makefile | 0 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 D | GrMeshTest.cpp | 98 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 D | gmverifier.h | 79 /** 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 D | gmverifier.cpp | 52 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 D | cut_release.py | 50 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 D | fm_driver.go | 41 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 D | webmdashenc.c | 132 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 D | testReporter.js | 2 // 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 D | testReporter.js | 2 // 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 D | trigger.py | 24 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 D | validator.js | 78 gold: '#FFD700',
|
/third_party/libevdev/ |
H A D | configure | 9762 *GNU\ gold*) supports_anon_versioning=yes ;;
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 9554 *GNU\ gold*) supports_anon_versioning=yes ;;
|
/third_party/eudev/ |
H A D | configure | 9814 *GNU\ gold*) supports_anon_versioning=yes ;;
|
/third_party/lame/ |
H A D | configure | 9539 *GNU\ gold*) supports_anon_versioning=yes ;;
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | configure | 9316 *GNU\ gold*) supports_anon_versioning=yes ;;
|
/third_party/node/deps/cares/ |
H A D | configure | 11696 *GNU\ gold*) supports_anon_versioning=yes ;;
|