Home
last modified time | relevance | path

Searched refs:SkDebugf (Results 1 – 25 of 724) sorted by relevance

12345678910>>...29

/external/skqp/tests/
DPathOpsDebug.cpp26 SkDebugf("%.0f", x); in DebugDumpDouble()
28 SkDebugf("%1.19g", x); in DebugDumpDouble()
34 SkDebugf("%.0f", x); in DebugDumpFloat()
36 SkDebugf("%1.9gf", x); in DebugDumpFloat()
41 SkDebugf("SkBits2Float(0x%08x)", SkFloat2Bits(x)); in DebugDumpHexFloat()
52 SkDebugf("?"); in WindingPrintf()
54 SkDebugf("%d", wind); in WindingPrintf()
60 SkDebugf("} "); in DumpID()
62 SkDebugf("id=%d", id); in DumpID()
64 SkDebugf("\n"); in DumpID()
[all …]
DStrokerTest.cpp164 SkDebugf("\n%s quad=%d width=%1.9g\n", __FUNCTION__, gMaxRecursion[2], in DEF_TEST()
167 SkDebugf("fill:\n"); in DEF_TEST()
179 SkDebugf("\n%s max quad=%d\n", __FUNCTION__, best); in DEF_TEST()
204 SkDebugf("\n%s tan=%d cubic=%d width=%1.9g\n", __FUNCTION__, gMaxRecursion[0], in DEF_TEST()
207 SkDebugf("fill:\n"); in DEF_TEST()
220 SkDebugf("\n%s max tan=%d cubic=%d\n", __FUNCTION__, bestTan, bestCubic); in DEF_TEST()
256 SkDebugf("\n%s quad=%d width=%1.9g\n", __FUNCTION__, gMaxRecursion[2], in DEF_TEST()
259 SkDebugf("fill:\n"); in DEF_TEST()
271 SkDebugf("\n%s max quad=%d\n", __FUNCTION__, best); in DEF_TEST()
314 SkDebugf("\n%s tan=%d cubic=%d width=%1.9g\n", __FUNCTION__, gMaxRecursion[0], in DEF_TEST()
[all …]
DPathOpsExtendedTest.cpp102 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", lastPt.fX, lastPt.fY, in showPathData()
110 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", pts[0].fX, pts[0].fY, in showPathData()
116 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", in showPathData()
122 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}}, //weight=%1.9g\n", in showPathData()
129 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", in showPathData()
137 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", lastPt.fX, lastPt.fY, in showPathData()
148 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", lastPt.fX, lastPt.fY, in showPathData()
157 SkDebugf("op difference\n"); in showOp()
160 SkDebugf("op intersect\n"); in showOp()
163 SkDebugf("op union\n"); in showOp()
[all …]
/external/skia/tests/
DPathOpsDebug.cpp26 SkDebugf("%.0f", x); in DebugDumpDouble()
28 SkDebugf("%1.19g", x); in DebugDumpDouble()
34 SkDebugf("%.0f", x); in DebugDumpFloat()
36 SkDebugf("%1.9gf", x); in DebugDumpFloat()
41 SkDebugf("SkBits2Float(0x%08x)", SkFloat2Bits(x)); in DebugDumpHexFloat()
52 SkDebugf("?"); in WindingPrintf()
54 SkDebugf("%d", wind); in WindingPrintf()
60 SkDebugf("} "); in DumpID()
62 SkDebugf("id=%d", id); in DumpID()
64 SkDebugf("\n"); in DumpID()
[all …]
DStrokerTest.cpp164 SkDebugf("\n%s quad=%d width=%1.9g\n", __FUNCTION__, gMaxRecursion[2], in DEF_TEST()
167 SkDebugf("fill:\n"); in DEF_TEST()
179 SkDebugf("\n%s max quad=%d\n", __FUNCTION__, best); in DEF_TEST()
204 SkDebugf("\n%s tan=%d cubic=%d width=%1.9g\n", __FUNCTION__, gMaxRecursion[0], in DEF_TEST()
207 SkDebugf("fill:\n"); in DEF_TEST()
220 SkDebugf("\n%s max tan=%d cubic=%d\n", __FUNCTION__, bestTan, bestCubic); in DEF_TEST()
256 SkDebugf("\n%s quad=%d width=%1.9g\n", __FUNCTION__, gMaxRecursion[2], in DEF_TEST()
259 SkDebugf("fill:\n"); in DEF_TEST()
271 SkDebugf("\n%s max quad=%d\n", __FUNCTION__, best); in DEF_TEST()
314 SkDebugf("\n%s tan=%d cubic=%d width=%1.9g\n", __FUNCTION__, gMaxRecursion[0], in DEF_TEST()
[all …]
/external/skia/fuzz/
DFuzzMain.cpp113 SkDebugf("Fuzzing %s\n", p.c_str()); in main()
125 SkDebugf("Could not read %s\n", path.c_str()); in fuzz_file()
136 SkDebugf("Could not autodetect type of %s\n", path.c_str()); in fuzz_file()
194 SkDebugf("I would prefer not to.\n"); in fuzz_file()
223 SkDebugf("Unknown type %s\n", type.c_str()); in fuzz_file()
300 SkDebugf("[terminated] Done parsing!\n"); in fuzz_json()
308 SkDebugf("[terminated] Done animating!\n"); in fuzz_skottie_json()
327 SkDebugf("When using --type api, please choose an API to fuzz with --name/-n:\n"); in print_api_names()
329 SkDebugf("\t%s\n", fuzzable.name); in print_api_names()
336 SkDebugf("Fuzzing %s...\n", fuzzable.name); in fuzz_api()
[all …]
/external/skqp/fuzz/
DFuzzMain.cpp116 SkDebugf("Fuzzing %s\n", p.c_str()); in main()
128 SkDebugf("Could not read %s\n", path.c_str()); in fuzz_file()
139 SkDebugf("Could not autodetect type of %s\n", path.c_str()); in fuzz_file()
197 SkDebugf("I would prefer not to.\n"); in fuzz_file()
220 SkDebugf("Unknown type %s\n", type.c_str()); in fuzz_file()
294 SkDebugf("[terminated] Done parsing!\n"); in fuzz_json()
302 SkDebugf("[terminated] Done animating!\n"); in fuzz_skottie_json()
321 SkDebugf("When using --type api, please choose an API to fuzz with --name/-n:\n"); in print_api_names()
323 SkDebugf("\t%s\n", fuzzable.name); in print_api_names()
330 SkDebugf("Fuzzing %s...\n", fuzzable.name); in fuzz_api()
[all …]
/external/skqp/src/pathops/
DSkAddIntersections.cpp19 SkDebugf("%s no intersect " LINE_DEBUG_STR " " LINE_DEBUG_STR "\n", in debugShowLineIntersection()
23 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " LINE_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowLineIntersection()
26 SkDebugf(" " T_DEBUG_STR(wtTs, 1) " " PT_DEBUG_STR, i[0][1], PT_DEBUG_DATA(i, 1)); in debugShowLineIntersection()
28 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts())); in debugShowLineIntersection()
30 SkDebugf(" " T_DEBUG_STR(wnTs, 1), i[1][1]); in debugShowLineIntersection()
32 SkDebugf("\n"); in debugShowLineIntersection()
40 SkDebugf("%s no intersect " QUAD_DEBUG_STR " " LINE_DEBUG_STR "\n", in debugShowQuadLineIntersection()
44 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " QUAD_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowQuadLineIntersection()
47 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowQuadLineIntersection()
49 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts())); in debugShowQuadLineIntersection()
[all …]
DSkPathOpsDebug.cpp340 SkDebugf("%.*s", end - s + 1, s); in ShowActiveSpans()
373 SkDebugf(mask & (1 << index) ? "x" : "-"); in CheckHealth()
375 SkDebugf(" %s\n", contourList->globalState()->debugCoinDictEntry().fFunctionName); in CheckHealth()
378 SkDebugf("%02d: ", index); in CheckHealth()
380 SkDebugf(" seg/base=%d/%d", glitch.fBase->segment()->debugID(), in CheckHealth()
384 SkDebugf(" seg/base=%d/%d", glitch.fSuspect->segment()->debugID(), in CheckHealth()
388 SkDebugf(" segment=%d", glitch.fSegment->debugID()); in CheckHealth()
391 SkDebugf(" coinSeg/Span/PtT=%d/%d/%d", glitch.fCoinSpan->segment()->debugID(), in CheckHealth()
395 SkDebugf(" endSpan=%d", glitch.fEndSpan->debugID()); in CheckHealth()
398 SkDebugf(" oppSeg/Span/PtT=%d/%d/%d", glitch.fOppSpan->segment()->debugID(), in CheckHealth()
[all …]
/external/skia/src/pathops/
DSkAddIntersections.cpp19 SkDebugf("%s no intersect " LINE_DEBUG_STR " " LINE_DEBUG_STR "\n", in debugShowLineIntersection()
23 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " LINE_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowLineIntersection()
26 SkDebugf(" " T_DEBUG_STR(wtTs, 1) " " PT_DEBUG_STR, i[0][1], PT_DEBUG_DATA(i, 1)); in debugShowLineIntersection()
28 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts())); in debugShowLineIntersection()
30 SkDebugf(" " T_DEBUG_STR(wnTs, 1), i[1][1]); in debugShowLineIntersection()
32 SkDebugf("\n"); in debugShowLineIntersection()
40 SkDebugf("%s no intersect " QUAD_DEBUG_STR " " LINE_DEBUG_STR "\n", in debugShowQuadLineIntersection()
44 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " QUAD_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowQuadLineIntersection()
47 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowQuadLineIntersection()
49 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts())); in debugShowQuadLineIntersection()
[all …]
DSkPathOpsDebug.cpp340 SkDebugf("%.*s", end - s + 1, s); in ShowActiveSpans()
373 SkDebugf(mask & (1 << index) ? "x" : "-"); in CheckHealth()
375 SkDebugf(" %s\n", contourList->globalState()->debugCoinDictEntry().fFunctionName); in CheckHealth()
378 SkDebugf("%02d: ", index); in CheckHealth()
380 SkDebugf(" seg/base=%d/%d", glitch.fBase->segment()->debugID(), in CheckHealth()
384 SkDebugf(" seg/base=%d/%d", glitch.fSuspect->segment()->debugID(), in CheckHealth()
388 SkDebugf(" segment=%d", glitch.fSegment->debugID()); in CheckHealth()
391 SkDebugf(" coinSeg/Span/PtT=%d/%d/%d", glitch.fCoinSpan->segment()->debugID(), in CheckHealth()
395 SkDebugf(" endSpan=%d", glitch.fEndSpan->debugID()); in CheckHealth()
398 SkDebugf(" oppSeg/Span/PtT=%d/%d/%d", glitch.fOppSpan->segment()->debugID(), in CheckHealth()
[all …]
/external/skqp/tools/
Dskpinfo.cpp40 SkDebugf("Missing input file\n"); in main()
48 SkDebugf("Couldn't open file\n"); in main()
61 SkDebugf("Version: %d\n", info.getVersion()); in main()
64 SkDebugf("Cull Rect: %f,%f,%f,%f\n", in main()
93 SkDebugf("truncated file\n"); in main()
105 SkDebugf("SK_PICT_READER_TAG %d\n", chunkSize); in main()
110 SkDebugf("SK_PICT_FACTORY_TAG %d\n", chunkSize); in main()
115 SkDebugf("SK_PICT_TYPEFACE_TAG %d\n", chunkSize); in main()
123 SkDebugf("File corruption in SkFontDescriptor\n"); in main()
135 SkDebugf("SK_PICT_PICTURE_TAG %d\n", chunkSize); in main()
[all …]
Dimgcvt.cpp24 SkDebugf("Please pass an image or profile to convert" in main()
35 SkDebugf("Can't parse %s as an ICC profile.\n", dst_profile_path); in main()
63 SkDebugf("Cannot transform.\n"); in main()
67 SkDebugf("(%g, %g, %g) --> (%+.4f, %+.4f, %+.4f)\n", in main()
76 SkDebugf("Couldn't decode %s as an SkImage or an ICC profile.\n", source_path); in main()
82 SkDebugf("Converting to raster image failed.\n"); in main()
88 SkDebugf("We really should be able to peek raster pixels.\n"); in main()
94 SkDebugf("We can't convert to this destination profile as-is. Coercing it.\n"); in main()
99 SkDebugf("We can't convert to this destination profile at all.\n"); in main()
114 SkDebugf("color type %d not yet supported, imgcvt.cpp needs an update.\n", in main()
[all …]
/external/skia/tools/
Dskpinfo.cpp40 SkDebugf("Missing input file\n"); in main()
48 SkDebugf("Couldn't open file\n"); in main()
61 SkDebugf("Version: %d\n", info.getVersion()); in main()
64 SkDebugf("Cull Rect: %f,%f,%f,%f\n", in main()
93 SkDebugf("truncated file\n"); in main()
105 SkDebugf("SK_PICT_READER_TAG %d\n", chunkSize); in main()
110 SkDebugf("SK_PICT_FACTORY_TAG %d\n", chunkSize); in main()
115 SkDebugf("SK_PICT_TYPEFACE_TAG %d\n", chunkSize); in main()
123 SkDebugf("File corruption in SkFontDescriptor\n"); in main()
135 SkDebugf("SK_PICT_PICTURE_TAG %d\n", chunkSize); in main()
[all …]
Dimgcvt.cpp24 SkDebugf("Please pass an image or profile to convert" in main()
35 SkDebugf("Can't parse %s as an ICC profile.\n", dst_profile_path); in main()
63 SkDebugf("Cannot transform.\n"); in main()
67 SkDebugf("(%g, %g, %g) --> (%+.4f, %+.4f, %+.4f)\n", in main()
76 SkDebugf("Couldn't decode %s as an SkImage or an ICC profile.\n", source_path); in main()
82 SkDebugf("Converting to raster image failed.\n"); in main()
88 SkDebugf("We really should be able to peek raster pixels.\n"); in main()
94 SkDebugf("We can't convert to this destination profile as-is. Coercing it.\n"); in main()
99 SkDebugf("We can't convert to this destination profile at all.\n"); in main()
114 SkDebugf("color type %d not yet supported, imgcvt.cpp needs an update.\n", in main()
[all …]
/external/skia/docs/
DSkRect_Reference.bmh55 SkDebugf("MakeEmpty isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
57 SkDebugf("offset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
59 SkDebugf("inset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
61 SkDebugf("outset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
87 SkDebugf("all %s" "equal\n", rect1 == rect2 && rect2 == rect3 && rect3 == rect4 ?
109 SkDebugf("i_rect width: %d f_rect width:%g\n", i_rect.width(), f_rect.width());
112 SkDebugf("i_rect width: %d f_rect width:%.0f\n", i_rect.width(), f_rect.width());
134 SkDebugf("rect width: %g height: %g\n", rect.width(), rect.height());
137 SkDebugf("floor width: %g height: %g\n", rect.width(), rect.height());
158 SkDebugf("rect: %g, %g, %g, %g isEmpty: %s\n", rect.left(), rect.top(), rect.right(),
[all …]
DSkIRect_Reference.bmh51 SkDebugf("MakeEmpty isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
53 SkDebugf("offset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
55 SkDebugf("inset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
57 SkDebugf("outset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
83 SkDebugf("all %s" "equal\n", rect1 == rect2 && rect2 == rect3 && rect3 == rect4 ?
105 SkDebugf("round width: %d height: %d\n", rect.width(), rect.height());
107 SkDebugf("floor width: %d height: %d\n", rect.width(), rect.height());
128 SkDebugf("rect: %d, %d, %d, %d isEmpty: %s\n", rect.left(), rect.top(), rect.right(),
131 SkDebugf("rect: %d, %d, %d, %d isEmpty: %s\n", rect.left(), rect.top(), rect.right(),
154 SkDebugf("rect: %d, %d, %d, %d isEmpty: %s\n", rect.left(), rect.top(), rect.right(),
[all …]
/external/skqp/docs/
DSkRect_Reference.bmh55 SkDebugf("MakeEmpty isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
57 SkDebugf("offset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
59 SkDebugf("inset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
61 SkDebugf("outset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
87 SkDebugf("all %s" "equal\n", rect1 == rect2 && rect2 == rect3 && rect3 == rect4 ?
109 SkDebugf("i_rect width: %d f_rect width:%g\n", i_rect.width(), f_rect.width());
112 SkDebugf("i_rect width: %d f_rect width:%.0f\n", i_rect.width(), f_rect.width());
134 SkDebugf("rect width: %g height: %g\n", rect.width(), rect.height());
137 SkDebugf("floor width: %g height: %g\n", rect.width(), rect.height());
158 SkDebugf("rect: %g, %g, %g, %g isEmpty: %s\n", rect.left(), rect.top(), rect.right(),
[all …]
DSkIRect_Reference.bmh51 SkDebugf("MakeEmpty isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
53 SkDebugf("offset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
55 SkDebugf("inset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
57 SkDebugf("outset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
83 SkDebugf("all %s" "equal\n", rect1 == rect2 && rect2 == rect3 && rect3 == rect4 ?
105 SkDebugf("round width: %d height: %d\n", rect.width(), rect.height());
107 SkDebugf("floor width: %d height: %d\n", rect.width(), rect.height());
128 SkDebugf("rect: %d, %d, %d, %d isEmpty: %s\n", rect.left(), rect.top(), rect.right(),
131 SkDebugf("rect: %d, %d, %d, %d isEmpty: %s\n", rect.left(), rect.top(), rect.right(),
154 SkDebugf("rect: %d, %d, %d, %d isEmpty: %s\n", rect.left(), rect.top(), rect.right(),
[all …]
/external/skia/tools/flags/
DSkCommandLineFlags.cpp86 SkDebugf("Parameter \"%s\" not supported.\n", string); in parse_bool_arg()
147 SkDebugf("%s", gUsage.c_str()); in PrintUsage()
178 SkDebugf(" %.*s\n", spaceIndex, currLine); in print_indented()
183 SkDebugf(" %.*s", lineBreak, currLine); in print_indented()
190 SkDebugf(" --%s", flag->name().c_str()); in print_help_for_flag()
193 SkDebugf(" or -%s", shortName.c_str()); in print_help_for_flag()
195 SkDebugf(":\ttype: %s", flag->typeAsString().c_str()); in print_help_for_flag()
197 SkDebugf("\tdefault: %s", flag->defaultValue().c_str()); in print_help_for_flag()
199 SkDebugf("\n"); in print_help_for_flag()
202 SkDebugf("\n"); in print_help_for_flag()
[all …]
/external/skqp/tools/flags/
DSkCommandLineFlags.cpp86 SkDebugf("Parameter \"%s\" not supported.\n", string); in parse_bool_arg()
147 SkDebugf("%s", gUsage.c_str()); in PrintUsage()
178 SkDebugf(" %.*s\n", spaceIndex, currLine); in print_indented()
183 SkDebugf(" %.*s", lineBreak, currLine); in print_indented()
190 SkDebugf(" --%s", flag->name().c_str()); in print_help_for_flag()
193 SkDebugf(" or -%s", shortName.c_str()); in print_help_for_flag()
195 SkDebugf(":\ttype: %s", flag->typeAsString().c_str()); in print_help_for_flag()
197 SkDebugf("\tdefault: %s", flag->defaultValue().c_str()); in print_help_for_flag()
199 SkDebugf("\n"); in print_help_for_flag()
202 SkDebugf("\n"); in print_help_for_flag()
[all …]
/external/skia/modules/skottie/src/
DSkottieTool.cpp46 SkDebugf("Could not open '%s/%s' for writing.\n", in handleFrame()
69 SkDebugf("Could not allocate a %d x %d surface.\n", FLAGS_width, FLAGS_height); in PNGSink()
88 SkDebugf("Failed to encode frame!\n"); in saveFrame()
137 SkDebugf("Animation loaded with %lu error%s, %lu warning%s.\n", in report()
142 SkDebugf("%s%s", prefix, log.fMessage.c_str()); in report()
144 SkDebugf(" : %s", log.fJSON.c_str()); in report()
145 SkDebugf("\n"); in report()
164 SkDebugf("Missing required 'input' and 'writePath' args.\n"); in main()
169 SkDebugf("Invalid fps: %f.\n", FLAGS_fps); in main()
183 SkDebugf("Unknown format: %s\n", FLAGS_format[0]); in main()
[all …]
/external/skqp/modules/skottie/src/
DSkottieTool.cpp46 SkDebugf("Could not open '%s/%s' for writing.\n", in handleFrame()
69 SkDebugf("Could not allocate a %d x %d surface.\n", FLAGS_width, FLAGS_height); in PNGSink()
88 SkDebugf("Failed to encode frame!\n"); in saveFrame()
137 SkDebugf("Animation loaded with %lu error%s, %lu warning%s.\n", in report()
142 SkDebugf("%s%s", prefix, log.fMessage.c_str()); in report()
144 SkDebugf(" : %s", log.fJSON.c_str()); in report()
145 SkDebugf("\n"); in report()
164 SkDebugf("Missing required 'input' and 'writePath' args.\n"); in main()
169 SkDebugf("Invalid fps: %f.\n", FLAGS_fps); in main()
183 SkDebugf("Unknown format: %s\n", FLAGS_format[0]); in main()
[all …]
/external/skqp/bench/
Dnanobench.cpp164 SkDebugf("Can't read canvas pixels.\n"); in capturePixels()
210 SkDebugf("WARNING: GL context for config \"%s\" does not support fence sync. " in init()
278 SkDebugf("ERROR: clamping loops from %d to 1. " in clamp_loops()
283 SkDebugf("WARNING: clamping loops from %d to FLAGS_maxLoops, %d.\n", loops, FLAGS_maxLoops); in clamp_loops()
307 SkDebugf("Can't make dir %s.\n", dir.c_str()); in write_canvas_png()
312 SkDebugf("Can't write %s.\n", filename.c_str()); in write_canvas_png()
316 SkDebugf("Can't encode a PNG.\n"); in write_canvas_png()
331 SkDebugf("WARNING: Can't estimate loops for %s (%s vs. %s); skipping.\n", in setup_cpu_bench()
411 SkDebugf("Skipping config '%s' as requested.\n", config->getTag().c_str()); in create_config()
421 SkDebugf("This tool only supports the default surface type."); in create_config()
[all …]
/external/skia/bench/
Dnanobench.cpp164 SkDebugf("Can't read canvas pixels.\n"); in capturePixels()
210 SkDebugf("WARNING: GL context for config \"%s\" does not support fence sync. " in init()
278 SkDebugf("ERROR: clamping loops from %d to 1. " in clamp_loops()
283 SkDebugf("WARNING: clamping loops from %d to FLAGS_maxLoops, %d.\n", loops, FLAGS_maxLoops); in clamp_loops()
307 SkDebugf("Can't make dir %s.\n", dir.c_str()); in write_canvas_png()
312 SkDebugf("Can't write %s.\n", filename.c_str()); in write_canvas_png()
316 SkDebugf("Can't encode a PNG.\n"); in write_canvas_png()
331 SkDebugf("WARNING: Can't estimate loops for %s (%s vs. %s); skipping.\n", in setup_cpu_bench()
411 SkDebugf("Skipping config '%s' as requested.\n", config->getTag().c_str()); in create_config()
421 SkDebugf("This tool only supports the default surface type."); in create_config()
[all …]

12345678910>>...29