Home
last modified time | relevance | path

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

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