Home
last modified time | relevance | path

Searched refs:kMipmap (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
DResource.cpp85 case ResourceType::kMipmap: in to_string()
126 {"mipmap", ResourceType::kMipmap},
DResource_test.cpp97 EXPECT_EQ(*type, ResourceType::kMipmap); in TEST()
206 type = ResourceNamedTypeWithDefaultName(ResourceType::kMipmap); in TEST()
207 EXPECT_THAT(type, Eq(ResourceNamedType("mipmap", ResourceType::kMipmap))); in TEST()
DResource.h61 kMipmap, enumerator
/frameworks/base/tools/aapt2/split/
DTableSplitter.cpp190 if (type->named_type.type == ResourceType::kMipmap) { in SplitTable()