Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DApkInfo.proto55 SupportsGlTexture supports_gl_texture = 15;
308 message SupportsGlTexture { message
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp2381 class SupportsGlTexture : public ManifestExtractor::Element { class
2383 SupportsGlTexture() = default;
2929 std::make_pair("supports-gl-texture", std::is_same<SupportsGlTexture, T>::value), in GetExpectedTagForType()
3000 {"supports-gl-texture", &CreateType<SupportsGlTexture>}, in Inflate()