Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DShader.h82 const std::vector<sh::Attribute> &getAllAttributes() const { return mAllAttributes; } in getAllAttributes() function
DShader.cpp589 const std::vector<sh::Attribute> &Shader::getAllAttributes() in getAllAttributes() function in gl::Shader
/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