diff options
author | Brian Salomon <bsalomon@google.com> | 2017-10-11 15:34:27 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-10-11 20:32:49 +0000 |
commit | 0b4d8aa108f2fd14f1ee4de1affacab166d7a357 (patch) | |
tree | 1a63c56bd675ebf9400980f25ebc61bb88bfaa56 /tools/flags | |
parent | ba1c7901a7448a388fd835e487b6b9d223236826 (diff) |
Add benchmark for comparing multitexturing to non-multitexturing image draws.
Allows benchmarks to override GrContextOptions.
Removes the ability to use the same GrContext for all benchmarks in a config.
Change-Id: I5ab9f6e81055451ac912a66537843d1a49f3b479
Reviewed-on: https://skia-review.googlesource.com/34080
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'tools/flags')
-rw-r--r-- | tools/flags/SkCommonFlags.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/flags/SkCommonFlags.h b/tools/flags/SkCommonFlags.h index ef1897b7bc..3d4b33e640 100644 --- a/tools/flags/SkCommonFlags.h +++ b/tools/flags/SkCommonFlags.h @@ -20,7 +20,6 @@ DECLARE_string(colorImages); DECLARE_bool(simpleCodec); DECLARE_string(match); DECLARE_bool(quiet); -DECLARE_bool(resetGpuContext); DECLARE_bool(preAbandonGpuContext); DECLARE_bool(abandonGpuContext); DECLARE_bool(releaseAndAbandonGpuContext); |