2015-09-08 14:08:11 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2015 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef VisualFlags_DEFINED
|
|
|
|
#define VisualFlags_DEFINED
|
|
|
|
|
|
|
|
#include "SkCommandLineFlags.h"
|
|
|
|
|
2015-10-15 16:49:31 +00:00
|
|
|
DECLARE_string(config);
|
2015-09-08 14:08:11 +00:00
|
|
|
DECLARE_int32(msaa);
|
2015-11-24 17:20:24 +00:00
|
|
|
DECLARE_bool(offscreen);
|
|
|
|
DECLARE_bool(nvpr);
|
|
|
|
DECLARE_bool(cpu);
|
2015-09-08 14:08:11 +00:00
|
|
|
|
|
|
|
#endif
|