From 0b4d8aa108f2fd14f1ee4de1affacab166d7a357 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Wed, 11 Oct 2017 15:34:27 -0400 Subject: 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 Commit-Queue: Brian Salomon --- tools/flags/SkCommonFlags.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') 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); -- cgit v1.2.3