Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp37 const std::vector<VarT> *GetVariableList(const TCompiler *compiler);
40 const std::vector<Uniform> *GetVariableList(const TCompiler *compiler) in GetVariableList() function
46 const std::vector<Varying> *GetVariableList(const TCompiler *compiler) in GetVariableList() function
65 const std::vector<Attribute> *GetVariableList(const TCompiler *compiler) in GetVariableList() function
71 const std::vector<OutputVariable> *GetVariableList(const TCompiler *compiler) in GetVariableList() function
77 const std::vector<InterfaceBlock> *GetVariableList(const TCompiler *compiler) in GetVariableList() function
102 return GetVariableList<VarT>(compiler); in GetShaderVariables()
/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()