Home
last modified time | relevance | path

Searched refs:IsGLSL130OrNewer (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputGLSL.cpp42 else if (name == "gl_FragColor" && sh::IsGLSL130OrNewer(getShaderOutput())) in visitSymbol()
46 else if (name == "gl_FragData" && sh::IsGLSL130OrNewer(getShaderOutput())) in visitSymbol()
109 (sh::IsGLSL130OrNewer(getShaderOutput())) ? legacyToCoreRename : simpleRename; in translateTextureFunction()
DTranslatorGLSL.cpp136 const bool declareGLFragmentOutputs = IsGLSL130OrNewer(getOutputType()); in translate()
223 return IsGLSL130OrNewer(getOutputType()); in shouldFlattenPragmaStdglInvariantAll()
DCompiler.h47 bool IsGLSL130OrNewer(ShShaderOutput output);
DOutputGLSLBase.cpp349 if (sh::IsGLSL130OrNewer(mOutput)) in mapQualifierToString()
DCompiler.cpp136 bool IsGLSL130OrNewer(ShShaderOutput output) in IsGLSL130OrNewer() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DOutputGLSL.cpp56 else if (name == "gl_FragColor" && sh::IsGLSL130OrNewer(getShaderOutput())) in visitSymbol()
60 else if (name == "gl_FragData" && sh::IsGLSL130OrNewer(getShaderOutput())) in visitSymbol()
105 (sh::IsGLSL130OrNewer(getShaderOutput())) ? legacyToCoreRename : simpleRename; in translateTextureFunction()
DTranslatorGLSL.cpp136 const bool declareGLFragmentOutputs = IsGLSL130OrNewer(getOutputType()); in translate()
221 return IsGLSL130OrNewer(getOutputType()); in shouldFlattenPragmaStdglInvariantAll()
DCompiler.h42 bool IsGLSL130OrNewer(ShShaderOutput output);
DCompiler.cpp97 bool IsGLSL130OrNewer(ShShaderOutput output) in IsGLSL130OrNewer() function
DOutputGLSLBase.cpp326 if (sh::IsGLSL130OrNewer(mOutput)) in mapQualifierToString()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp696 sh::IsGLSL130OrNewer(outputLanguage)); in SupportedInLanguage()