Home
last modified time | relevance | path

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

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