Searched refs:IsGLSL130OrNewer (Results 1 – 6 of 6) sorted by relevance
54 else if (name == "gl_FragColor" && sh::IsGLSL130OrNewer(getShaderOutput())) in visitSymbol()58 else if (name == "gl_FragData" && sh::IsGLSL130OrNewer(getShaderOutput())) in visitSymbol()121 (sh::IsGLSL130OrNewer(getShaderOutput())) ? legacyToCoreRename : simpleRename; in translateTextureFunction()
140 const bool declareGLFragmentOutputs = IsGLSL130OrNewer(getOutputType()); in translate()228 return IsGLSL130OrNewer(getOutputType()); in shouldFlattenPragmaStdglInvariantAll()
47 bool IsGLSL130OrNewer(ShShaderOutput output);
353 if (sh::IsGLSL130OrNewer(mOutput)) in mapQualifierToString()
102 bool IsGLSL130OrNewer(ShShaderOutput output) in IsGLSL130OrNewer() function
697 sh::IsGLSL130OrNewer(outputLanguage)); in SupportedInLanguage()