Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.h84 const std::vector<sh::ShaderVariable> &getAllAttributes() const { return mAllAttributes; } in getAllAttributes() function
DShader.cpp687 const std::vector<sh::ShaderVariable> &Shader::getAllAttributes() in getAllAttributes() function in gl::Shader