Lines Matching defs:ProgramSettings
19 struct ProgramSettings { struct
22 bool fFlipY = false;
24 bool fFragColorIsInOut = false;
27 bool fReplaceSettings = true;
29 bool fForceHighPrecision = false;
31 bool fSharpenTextures = false;
34 int fRTHeightOffset = -1;
37 int fRTHeightBinding = -1;
38 int fRTHeightSet = -1;
41 int fDefaultUniformSet = 0;
42 int fDefaultUniformBinding = 0;
44 bool fOptimize = true;
47 bool fRemoveDeadFunctions = true;
49 bool fRemoveDeadVariables = true;
52 int fInlineThreshold = SkSL::kDefaultInlineThreshold;
77 ProgramSettings fSettings; argument