Home
last modified time | relevance | path

Searched refs:ExitErr (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tools/skpbench/
H A Dskpbench.cpp120 enum class ExitErr { class
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 in main()
[all...]

Completed in 2 milliseconds