Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.h100 std::vector<std::string> texture_paths; member
103 return lhs.name == rhs.name && lhs.texture_paths == rhs.texture_paths;
H A DConfigurationParser.cpp809 result.texture_paths.emplace_back(TrimWhitespace(t->text)); in GlTextureGroupTagHandler()