Home
last modified time | relevance | path

Searched refs:IsGLSL410OrOlder (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/
DCompiler.h49 bool IsGLSL410OrOlder(ShShaderOutput output);
DOutputGLSLBase.cpp336 if (sh::IsGLSL410OrOlder(mOutput) && mShaderVersion >= 300 && in mapQualifierToString()
DCompiler.cpp117 bool IsGLSL410OrOlder(ShShaderOutput output) in IsGLSL410OrOlder() function