Searched refs:exitf (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/tools/skpbench/ |
D | skpbench.cpp | 126 static void exitf(ExitErr, const char* format, ...); 237 exitf(ExitErr::kUnavailable, "DDL: conversion of skp failed"); in run_ddl_benchmark() 342 exitf(ExitErr::kUnavailable, "GPU timer failed"); in run_gpu_time_benchmark() 344 exitf(ExitErr::kUnavailable, "timer query still not ready after fence sync"); in run_gpu_time_benchmark() 366 exitf(ExitErr::kSoftware, "attempted to gather stats on even number of samples"); in print_result() 414 exitf(ExitErr::kUsage, "invalid config '%s': must specify one (and only one) GPU config", in main() 420 exitf(ExitErr::kUsage, in main() 437 exitf(ExitErr::kIO, "failed to open file %s", srcfile.c_str()); in main() 449 exitf(ExitErr::kData, "failed to parse file %s", srcfile.c_str()); in main() 463 exitf(ExitErr::kUnavailable, "This tool only supports the default surface type. (%s)", in main() [all …]
|
/third_party/skia/tools/skpbench/ |
D | skpbench.cpp | 135 static void exitf(ExitErr, const char* format, ...); 269 exitf(ExitErr::kUnavailable, "DDL: conversion of skp failed"); in run_ddl_benchmark() 416 exitf(ExitErr::kUnavailable, "GPU timer failed"); in run_gpu_time_benchmark() 419 exitf(ExitErr::kUnavailable, "timer query still not ready after fence sync"); in run_gpu_time_benchmark() 447 exitf(ExitErr::kSoftware, "attempted to gather stats on even number of samples"); in print_result() 503 exitf(ExitErr::kUsage, "invalid config '%s': must specify one (and only one) GPU config", in main() 509 exitf(ExitErr::kUsage, in main() 526 exitf(ExitErr::kIO, "failed to open file %s", srcfile.c_str()); in main() 538 exitf(ExitErr::kData, "failed to parse file %s", srcfile.c_str()); in main() 560 exitf(ExitErr::kUnavailable, "This tool only supports the default surface type. (%s)", in main() [all …]
|
/third_party/skia/experimental/sorttoy/ |
D | sorttoy.cpp | 79 static void exitf(const char* format, ...) { in exitf() function 100 exitf("failed to create directory for png \"%s\"", path.c_str()); in save_files() 103 exitf("failed to save png to \"%s\"", path.c_str()); in save_files() 111 exitf("failed to save png to \"%s\"", path.c_str()); in save_files() 220 exitf("Op count mismatch in test %d. Expected %d - got %d\n", in check_order()
|