Home
last modified time | relevance | path

Searched defs:getActiveAttributes (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DShader.h83 const std::vector<sh::ShaderVariable> &getActiveAttributes() const { return mActiveAttributes; } in getActiveAttributes() function
DShader.cpp670 const std::vector<sh::ShaderVariable> &Shader::getActiveAttributes() in getActiveAttributes() function in gl::Shader