Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.h83 const std::vector<sh::ShaderVariable> &getActiveAttributes() const { return mActiveAttributes; } in getActiveAttributes() function
DShader.cpp681 const std::vector<sh::ShaderVariable> &Shader::getActiveAttributes() in getActiveAttributes() function in gl::Shader