Home
last modified time | relevance | path

Searched refs:texture_paths (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.h101 std::vector<std::string> texture_paths; member
104 return lhs.name == rhs.name && lhs.texture_paths == rhs.texture_paths;
DConfigurationParser.cpp811 result.texture_paths.push_back(TrimWhitespace(t->text).to_string()); in GlTextureGroupTagHandler()