Home
last modified time | relevance | path

Searched refs:useInstanced (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/flags/
DSkCommonFlagsConfig.cpp202 bool useInstanced, bool useDIText, int samples, SkColorType colorType, SkAlphaType alphaType, in SkCommandLineConfigGpu() argument
214 } else if (!useInstanced) { in SkCommandLineConfigGpu()
219 if (useInstanced) { in SkCommandLineConfigGpu()
411 bool useInstanced = false; in parse_command_line_config_gpu() local
441 valueOk = parse_option_bool(value, &useInstanced); in parse_command_line_config_gpu()
463 return new SkCommandLineConfigGpu(tag, vias, contextType, useNVPR, useInstanced, useDIText, in parse_command_line_config_gpu()
DSkCommonFlagsConfig.h57 ContextType contextType, bool useNVPR, bool useInstanced, bool useDIText,