Home
last modified time | relevance | path

Searched defs:shouldCollectVariables (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorHLSL.h41 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; } in shouldCollectVariables() function
DTranslatorGLSL.cpp226 bool TranslatorGLSL::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() function in sh::TranslatorGLSL
DTranslatorMetalDirect.h177 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; } in shouldCollectVariables() function
DCompiler.cpp1557 bool TCompiler::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() function in sh::TCompiler