Searched refs:shouldCollectVariables (Results 1 – 5 of 5) sorted by relevance
28 bool shouldCollectVariables(ShCompileOptions compileOptions) override;
231 bool TranslatorGLSL::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() function in sh::TranslatorGLSL234 TCompiler::shouldCollectVariables(compileOptions); in shouldCollectVariables()
41 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; } in shouldCollectVariables() function
766 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
202 virtual bool shouldCollectVariables(ShCompileOptions compileOptions);