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 32 void gm_fprintf(FILE *stream, const char format[], ...) { function in namespace:skiagm
66 gm_fprintf(stderr, "found non-array json value when parsing GmResultDigest: %s\n",
70 gm_fprintf(stderr, "found json array with wrong size when parsing GmResultDigest: %s\n",
78 gm_fprintf(stderr,
147 gm_fprintf(stderr, "found non-boolean json value"
161 gm_fprintf(stderr, "found non-array json value"
249 gm_fprintf(stderr, "unable to read JSON file %s\n", jsonPath);
256 gm_fprintf(stderr, "error reading JSON file %s\n", jsonPath);
265 gm_fprintf(stderr, "error parsing JSON file %s\n", jsonPath);
gmmain.cpp 271 gm_fprintf(stderr, "unsupported bitmap config %d\n", config);
388 gm_fprintf(stdout, "%s\n", line.c_str());
404 gm_fprintf(stdout, "%s\n", summary.c_str());
410 gm_fprintf(stdout, "(results marked with [*] will cause nonzero return value)\n");
682 gm_fprintf(stderr, "FAILED to write %s\n", path.c_str());
710 gm_fprintf(stderr, "---- %s: dimension mismatch --"
718 gm_fprintf(stderr, "---- %s: not computing max per-channel"
750 gm_fprintf(stderr, "---- %s: %d (of %d) differing pixels,"
    [all...]
gm_expectations.h 33 void gm_fprintf(FILE *stream, const char format[], ...);

Completed in 27 milliseconds