Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/translator/
DShaderLang.cpp62 const sh::ShaderVariable *ReturnVariable(const std::vector<VarT> &infoList, int index) in ReturnVariable() function
77 return ReturnVariable(compiler->getAttributes(), index); in GetVariable()
79 return ReturnVariable(compiler->getExpandedUniforms(), index); in GetVariable()
81 return ReturnVariable(compiler->getExpandedVaryings(), index); in GetVariable()