HomeSort by relevance Sort by last modified time
    Searched refs:gm_fprintf (Results 1 - 3 of 3) sorted by null

  /external/skia/gm/
gm_expectations.cpp 30 void gm_fprintf(FILE *stream, const char format[], ...) { function in namespace:skiagm
69 gm_fprintf(stderr, "found non-array json value when parsing GmResultDigest: %s\n",
73 gm_fprintf(stderr, "found json array with wrong size when parsing GmResultDigest: %s\n",
81 gm_fprintf(stderr,
156 gm_fprintf(stderr, "found non-boolean json value"
170 gm_fprintf(stderr, "found non-array json value"
258 gm_fprintf(stderr, "unable to read JSON file %s\n", jsonPath);
265 gm_fprintf(stderr, "error reading JSON file %s\n", jsonPath);
274 gm_fprintf(stderr, "error parsing JSON file %s\n", jsonPath);
gmmain.cpp 276 gm_fprintf(stderr, "unsupported bitmap config %d\n", config);
299 gm_fprintf(stderr, "FAILED to write bitmap: %s\n", path.c_str());
410 gm_fprintf(stdout, "%s\n", line.c_str());
426 gm_fprintf(stdout, "%s\n", summary.c_str());
432 gm_fprintf(stdout, "(results marked with [*] will cause nonzero return value)\n");
438 gm_fprintf(stderr, "FAILED to write document: %s\n", path.c_str());
712 gm_fprintf(stderr, "---- %s: dimension mismatch --"
720 gm_fprintf(stderr, "---- %s: not computing max per-channel"
752 gm_fprintf(stderr, "---- %s: %d (of %d) differing pixels,"
    [all...]
gm_expectations.h 23 void gm_fprintf(FILE *stream, const char format[], ...);

Completed in 172 milliseconds