Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen2/registry/
Dreg.py1036 extName = ei.name
1047 extName, "(defaultExtensions matches the 'supported' attribute)")
1054 if (regAddExtensions.match(extName) != None):
1056 extName, '(matches explicitly requested extensions to add)')
1062 if (regRemoveExtensions.match(extName) != None):
1064 extName, '(matches explicitly requested extensions to remove)')
1074 extName, '(does not match api attribute or explicitly requested extensions)')
/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp192 Module *Module::addExtInstImport(const char *extName) { in addExtInstImport() argument
193 ExtInstImportInst *extInst = mBuilder->MakeExtInstImport(extName); in addExtInstImport()
195 if (strcmp(extName, "GLSL.std.450") == 0) { in addExtInstImport()
Dmodule.h124 Module *addExtInstImport(const char *extName);
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...