OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useNVPR
(Results
1 - 2
of
2
) sorted by null
/external/skia/tools/flags/
SkCommonFlagsConfig.cpp
152
ContextType contextType, bool
useNVPR
, bool useDIText, int samples)
155
, fUseNVPR(
useNVPR
)
242
bool
useNVPR
= false;
263
valueOk = parse_option_bool(value, &
useNVPR
);
276
return new SkCommandLineConfigGpu(tag, vias, contextType,
useNVPR
, useDIText, samples);
SkCommonFlagsConfig.h
55
ContextType contextType, bool
useNVPR
, bool useDIText, int samples);
Completed in 406 milliseconds