Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: tools/flags/SkCommonFlags.h

Issue 1548683002: Revert of Add config options to run different GPU APIs to dm and nanobench (Closed) Base URL: https://skia.googlesource.com/skia.git@commandbuffer-as-api-03-context-factory-glcontext-type
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/flags/SkCommandLineFlags.cpp ('k') | tools/flags/SkCommonFlags.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2014 Google Inc. 2 * Copyright 2014 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #ifndef SK_COMMON_FLAGS_H 8 #ifndef SK_COMMON_FLAGS_H
9 #define SK_COMMON_FLAGS_H 9 #define SK_COMMON_FLAGS_H
10 10
11 #include "SkCommandLineFlags.h" 11 #include "SkCommandLineFlags.h"
12 12
13 DECLARE_string(config);
13 DECLARE_bool(cpu); 14 DECLARE_bool(cpu);
14 DECLARE_bool(dryRun); 15 DECLARE_bool(dryRun);
15 DECLARE_bool(gpu); 16 DECLARE_bool(gpu);
17 DECLARE_string(gpuAPI);
16 DECLARE_string(images); 18 DECLARE_string(images);
17 DECLARE_string(match); 19 DECLARE_string(match);
18 DECLARE_bool(quiet); 20 DECLARE_bool(quiet);
19 DECLARE_bool(resetGpuContext); 21 DECLARE_bool(resetGpuContext);
20 DECLARE_bool(preAbandonGpuContext); 22 DECLARE_bool(preAbandonGpuContext);
21 DECLARE_bool(abandonGpuContext); 23 DECLARE_bool(abandonGpuContext);
22 DECLARE_string(skps); 24 DECLARE_string(skps);
23 DECLARE_int32(threads); 25 DECLARE_int32(threads);
24 DECLARE_string(resourcePath); 26 DECLARE_string(resourcePath);
25 DECLARE_bool(verbose); 27 DECLARE_bool(verbose);
26 DECLARE_bool(veryVerbose); 28 DECLARE_bool(veryVerbose);
27 DECLARE_string(writePath); 29 DECLARE_string(writePath);
28 30
29 DECLARE_string(key); 31 DECLARE_string(key);
30 DECLARE_string(properties); 32 DECLARE_string(properties);
31 33
32 #endif 34 #endif
OLDNEW
« no previous file with comments | « tools/flags/SkCommandLineFlags.cpp ('k') | tools/flags/SkCommonFlags.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698