Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp1761 class SupportsGlTexture : public ManifestExtractor::Element { class
1763 SupportsGlTexture() = default;
2219 {"supports-gl-texture", std::is_base_of<SupportsGlTexture, T>::value}, in ElementCast()
2269 {"supports-gl-texture", &CreateType<SupportsGlTexture>}, in Inflate()