Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.h41 static bool SupportedInLanguage(const ShShaderOutput outputLanguage);
DEmulatePrecision.cpp101 ASSERT(EmulatePrecision::SupportedInLanguage(outputLanguage)); in createHelperWriter()
687 bool EmulatePrecision::SupportedInLanguage(const ShShaderOutput outputLanguage) in SupportedInLanguage() function in sh::EmulatePrecision
/external/angle/src/compiler/translator/
DCompiler.cpp691 !EmulatePrecision::SupportedInLanguage(mOutputType)) in checkAndSimplifyAST()