Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt/
H A DCommand.cpp278 GL_ES_VERSION_ATTR = 0x01010281, enumerator
1612 GL_ES_VERSION_ATTR, &error); in doDump()
1971 int vers = AaptXml::getIntegerAttribute(tree, GL_ES_VERSION_ATTR, in doDump()
/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp64 GL_ES_VERSION_ATTR = 0x01010281, enumerator
1042 int32_t* gl = GetAttributeInteger(FindAttribute(element, GL_ES_VERSION_ATTR)); in Extract()