Lines Matching defs:ProgramConfig
92 struct ProgramConfig { struct
94 bool fIsBuiltinCode;
95 ProgramKind fKind;
96 ProgramSettings fSettings;
100 SkSL::Version fRequiredSkSLVersion = SkSL::Version::k100;
102 bool enforcesSkSLVersion() const { in enforcesSkSLVersion()
106 bool strictES2Mode() const { in strictES2Mode()
114 const char* versionDescription() const { in versionDescription()
124 static bool IsFragment(ProgramKind kind) { in IsFragment()
129 static bool IsVertex(ProgramKind kind) { in IsVertex()
134 static bool IsCompute(ProgramKind kind) { in IsCompute()
138 static bool IsRuntimeEffect(ProgramKind kind) { in IsRuntimeEffect()
149 static bool AllowsPrivateIdentifiers(ProgramKind kind) { in AllowsPrivateIdentifiers()