• Home
  • Raw
  • Download

Lines Matching refs:SkDebugf

135         SkDebugf("Fuzzing %s\n", p.c_str());  in main()
149 SkDebugf("Could not read %s\n", path.c_str()); in fuzz_file()
160 SkDebugf("Could not autodetect type of %s\n", path.c_str()); in fuzz_file()
218 SkDebugf("I would prefer not to.\n"); in fuzz_file()
265 SkDebugf("Unknown type %s\n", type.c_str()); in fuzz_file()
353 SkDebugf("[terminated] Done parsing!\n"); in fuzz_json()
361 SkDebugf("[terminated] Done animating!\n"); in fuzz_skottie_json()
370 SkDebugf("[terminated] Done DOM!\n"); in fuzz_svg_dom()
389 SkDebugf("When using --type api, please choose an API to fuzz with --name/-n:\n"); in print_api_names()
391 SkDebugf("\t%s\n", fuzzable.name); in print_api_names()
398 SkDebugf("Fuzzing %s...\n", fuzzable.name); in fuzz_api()
401 SkDebugf("[terminated] Success!\n"); in fuzz_api()
412 SkDebugf("Dumped to %s\n", FLAGS_dump[0]); in dump_png()
420 SkDebugf("[terminated] Success from decoding/drawing animated image!\n"); in fuzz_animated_img()
423 SkDebugf("[terminated] Could not decode or draw animated image.\n"); in fuzz_animated_img()
430 SkDebugf("[terminated] Success from decoding/drawing image!\n"); in fuzz_image_decode()
433 SkDebugf("[terminated] Could not decode or draw image.\n"); in fuzz_image_decode()
440 SkDebugf("[terminated] Success using incremental decode!\n"); in fuzz_image_decode_incremental()
443 SkDebugf("[terminated] Could not incrementally decode and image.\n"); in fuzz_image_decode_incremental()
454 SkDebugf("[terminated] Success on Android Codec sampleSize=%u!\n", sampleSize); in fuzz_android_codec()
457 SkDebugf("[terminated] Could not use Android Codec sampleSize=%u!\n", sampleSize); in fuzz_android_codec()
467 SkDebugf("Scaling factor: %f\n", fscale); in fuzz_img()
471 SkDebugf("Mode: %d\n", mode); in fuzz_img()
474 SkDebugf("Decoding\n"); in fuzz_img()
477 SkDebugf("[terminated] Couldn't create codec.\n"); in fuzz_img()
490 SkDebugf("[terminated] Could not allocate memory. Image might be too large (%d x %d)", in fuzz_img()
499 SkDebugf("[terminated] Success!\n"); in fuzz_img()
502 SkDebugf("[terminated] Partial Success\n"); in fuzz_img()
505 SkDebugf("[terminated] Partial Success with error\n"); in fuzz_img()
508 SkDebugf("Incompatible colortype conversion\n"); in fuzz_img()
513 SkDebugf("[terminated] Couldn't getPixels.\n"); in fuzz_img()
520 SkDebugf("[terminated] Could not start scanline decoder\n"); in fuzz_img()
530 SkDebugf("[terminated] Success!\n"); in fuzz_img()
546 SkDebugf("[terminated] Could not start top-down scanline decoder\n"); in fuzz_img()
566 SkDebugf("[terminated] Failed to restart scanline decoder with same parameters.\n"); in fuzz_img()
581 SkDebugf("[terminated] Success!\n"); in fuzz_img()
591 SkDebugf("[terminated] Cannot codec subset: divisor %d is too big " in fuzz_img()
619 SkDebugf("[terminated] Could not install pixels.\n"); in fuzz_img()
628 SkDebugf("okay\n"); in fuzz_img()
633 SkDebugf("[terminated] Incompatible colortype conversion\n"); in fuzz_img()
641 SkDebugf("[terminated] subset codec not supported\n"); in fuzz_img()
647 SkDebugf("[terminated] subset codec failed to decode (%d, %d, %d, %d) " in fuzz_img()
655 SkDebugf("[terminated] Success!\n"); in fuzz_img()
661 SkDebugf("[terminated] Not an animated image\n"); in fuzz_img()
670 SkDebugf("[terminated] failed to start incremental decode " in fuzz_img()
677 SkDebugf("okay\n"); in fuzz_img()
682 SkDebugf("okay - decoded frame %zu\n", i); in fuzz_img()
684 SkDebugf("[terminated] incremental decode failed with " in fuzz_img()
689 SkDebugf("[terminated] Success!\n"); in fuzz_img()
693 SkDebugf("[terminated] Mode not implemented yet\n"); in fuzz_img()
702 SkDebugf("[terminated] Finished SKP\n"); in fuzz_skp()
708 SkDebugf("[terminated] Couldn't deserialize Colorspace.\n"); in fuzz_color_deserialize()
711 SkDebugf("[terminated] Success! deserialized Colorspace.\n"); in fuzz_color_deserialize()
719 SkDebugf("[terminated] path_deserialize didn't crash!\n"); in fuzz_path_deserialize()
726 SkDebugf("[terminated] Couldn't initialize SkRegion.\n"); in fuzz_region_deserialize()
729 SkDebugf("[terminated] Success! Initialized SkRegion.\n"); in fuzz_region_deserialize()
737 SkDebugf("[terminated] textblob didn't crash!\n"); in fuzz_textblob_deserialize()
745 SkDebugf("[terminated] region_set_path didn't crash!\n"); in fuzz_region_set_path()
752 SkDebugf("[terminated] filter_fuzz didn't crash!\n"); in fuzz_filter_fuzz()
759 SkDebugf("[terminated] Success! Compiled and Executed sksl code.\n"); in fuzz_skruntimeeffect()
761 SkDebugf("[terminated] Could not Compile or Execute sksl code.\n"); in fuzz_skruntimeeffect()
769 SkDebugf("[terminated] Success! Compiled input to GLSL.\n"); in fuzz_sksl2glsl()
771 SkDebugf("[terminated] Could not compile input to GLSL.\n"); in fuzz_sksl2glsl()
779 SkDebugf("[terminated] Success! Compiled input to SPIRV.\n"); in fuzz_sksl2spirv()
781 SkDebugf("[terminated] Could not compile input to SPIRV.\n"); in fuzz_sksl2spirv()
789 SkDebugf("[terminated] Success! Compiled input to Metal.\n"); in fuzz_sksl2metal()
791 SkDebugf("[terminated] Could not compile input to Metal.\n"); in fuzz_sksl2metal()
799 SkDebugf("[terminated] Success! Compiled input to pipeline stage.\n"); in fuzz_sksl2pipeline()
801 SkDebugf("[terminated] Could not compile input to pipeline stage.\n"); in fuzz_sksl2pipeline()
809 SkDebugf("[terminated] Did not crash while deserializing an SkDescriptor.\n"); in fuzz_skdescriptor_deserialize()