Searched refs:shouldCollectVariables (Results 1 – 6 of 6) sorted by relevance
226 bool TranslatorGLSL::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() function in sh::TranslatorGLSL229 TCompiler::shouldCollectVariables(compileOptions); in shouldCollectVariables()
28 bool shouldCollectVariables(ShCompileOptions compileOptions) override;
41 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; } in shouldCollectVariables() function
856 shouldCollectVariables(compileOptions))) in checkAndSimplifyAST()870 this, root, &mSymbolTable, &mUniforms, shouldCollectVariables(compileOptions), in checkAndSimplifyAST()963 if (shouldCollectVariables(compileOptions)) in checkAndSimplifyAST()1557 bool TCompiler::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() function in sh::TCompiler
177 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; } in shouldCollectVariables() function
221 virtual bool shouldCollectVariables(ShCompileOptions compileOptions);