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

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

Completed in 61 milliseconds