Searched refs:addElementInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py673 # addElementInfo(elem,info,infoName,dictionary) - add feature info to dict
702 # addElementInfo - add information about an element to the
711 def addElementInfo(self, elem, info, infoName, dictionary): member in class:Registry
753 self.addElementInfo(type, TypeInfo(type), 'type', self.typedict)
761 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
771 self.addElementInfo(enum, EnumInfo(enum), 'enum', self.enumdict)
786 self.addElementInfo(cmd, ci, 'command', self.cmddict)
794 self.addElementInfo(feature, ai, 'feature', self.apidict)
799 self.addElementInfo(feature, ei, 'extension', self.extdict)

Completed in 2561 milliseconds