Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp49 const std::vector<VarT> *GetVariableList(const TCompiler *compiler);
52 const std::vector<InterfaceBlock> *GetVariableList(const TCompiler *compiler) in GetVariableList() function
77 return GetVariableList<VarT>(compiler); in GetShaderVariables()