Home
last modified time | relevance | path

Searched refs:shouldCollectVariables (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/compiler/translator/
DTranslatorGLSL.h28 bool shouldCollectVariables(ShCompileOptions compileOptions) override;
DTranslatorGLSL.cpp231 bool TranslatorGLSL::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() function in sh::TranslatorGLSL
234 TCompiler::shouldCollectVariables(compileOptions); in shouldCollectVariables()
DTranslatorHLSL.h41 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; } in shouldCollectVariables() function
DCompiler.cpp766 shouldCollectVariables(compileOptions))) in checkAndSimplifyAST()
779 this, root, &mSymbolTable, &mUniforms, shouldCollectVariables(compileOptions), in checkAndSimplifyAST()
874 if (shouldCollectVariables(compileOptions)) in checkAndSimplifyAST()
1506 bool TCompiler::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() function in sh::TCompiler
DCompiler.h202 virtual bool shouldCollectVariables(ShCompileOptions compileOptions);