Home | History | Annotate | Download | only in VisualBench
      1 /*
      2  * Copyright 2015 Google Inc.
      3  *
      4  * Use of this source code is governed by a BSD-style license that can be
      5  * found in the LICENSE file.
      6  */
      7 
      8 #ifndef VisualFlags_DEFINED
      9 #define VisualFlags_DEFINED
     10 
     11 #include "SkCommandLineFlags.h"
     12 
     13 DECLARE_string(config);
     14 DECLARE_int32(msaa);
     15 DECLARE_bool(offscreen);
     16 DECLARE_bool(nvpr);
     17 DECLARE_bool(cpu);
     18 
     19 #endif
     20