OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMipmap
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aapt2/
Resource.cpp
42
case ResourceType::
kMipmap
: return u"mipmap";
70
{ u"mipmap", ResourceType::
kMipmap
},
Resource_test.cpp
86
EXPECT_EQ(*type, ResourceType::
kMipmap
);
Resource.h
53
kMipmap
,
/frameworks/base/tools/aapt2/split/
TableSplitter.cpp
167
if (type->type == ResourceType::
kMipmap
) {
Completed in 250 milliseconds