Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreg.py506 def addElementInfo(self, elem, info, infoName, dictionary): member in Registry
589 self.addElementInfo(type_elem, TypeInfo(type_elem), 'type', self.typedict)
598 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
615 self.addElementInfo(enum, enumInfo, 'enum', self.enumdict)
638 self.addElementInfo(cmd, ci, 'command', self.cmddict)
669 self.addElementInfo(feature, featureInfo, 'feature', self.apidict)
715 self.addElementInfo(enum, enumInfo, 'enum', self.enumdict)
724 self.addElementInfo(feature, featureInfo, 'extension', self.extdict)
793 self.addElementInfo(enum, enumInfo, 'enum', self.enumdict)
796 # Use addElementInfo t
[all...]
/third_party/vulkan-headers/registry/
H A Dreg.py506 def addElementInfo(self, elem, info, infoName, dictionary): member in Registry
589 self.addElementInfo(type_elem, TypeInfo(type_elem), 'type', self.typedict)
598 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
615 self.addElementInfo(enum, enumInfo, 'enum', self.enumdict)
638 self.addElementInfo(cmd, ci, 'command', self.cmddict)
669 self.addElementInfo(feature, featureInfo, 'feature', self.apidict)
715 self.addElementInfo(enum, enumInfo, 'enum', self.enumdict)
724 self.addElementInfo(feature, featureInfo, 'extension', self.extdict)
793 self.addElementInfo(enum, enumInfo, 'enum', self.enumdict)
796 # Use addElementInfo t
[all...]
/third_party/EGL/api/
H A Dreg.py679 # addElementInfo(elem,info,infoName,dictionary) - add feature info to dict
708 # addElementInfo - add information about an element to the
717 def addElementInfo(self, elem, info, infoName, dictionary): member in Registry
759 self.addElementInfo(type, TypeInfo(type), 'type', self.typedict)
767 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
777 self.addElementInfo(enum, EnumInfo(enum), 'enum', self.enumdict)
792 self.addElementInfo(cmd, ci, 'command', self.cmddict)
800 self.addElementInfo(feature, ai, 'feature', self.apidict)
805 self.addElementInfo(feature, ei, 'extension', self.extdict)
/third_party/openGLES/xml/
H A Dreg.py670 # addElementInfo(elem,info,infoName,dictionary) - add feature info to dict
699 # addElementInfo - add information about an element to the
708 def addElementInfo(self, elem, info, infoName, dictionary): member in Registry
750 self.addElementInfo(type, TypeInfo(type), 'type', self.typedict)
758 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
768 self.addElementInfo(enum, EnumInfo(enum), 'enum', self.enumdict)
783 self.addElementInfo(cmd, ci, 'command', self.cmddict)
791 self.addElementInfo(feature, ai, 'feature', self.apidict)
796 self.addElementInfo(feature, ei, 'extension', self.extdict)
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreg.py681 # addElementInfo(elem,info,infoName,dictionary) - add feature info to dict
710 # addElementInfo - add information about an element to the
719 def addElementInfo(self, elem, info, infoName, dictionary): member in Registry
761 self.addElementInfo(type, TypeInfo(type), 'type', self.typedict)
769 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
779 self.addElementInfo(enum, EnumInfo(enum), 'enum', self.enumdict)
794 self.addElementInfo(cmd, ci, 'command', self.cmddict)
802 self.addElementInfo(feature, ai, 'feature', self.apidict)
807 self.addElementInfo(feature, ei, 'extension', self.extdict)
/third_party/skia/third_party/externals/egl-registry/api/
H A Dreg.py690 # addElementInfo(elem,info,infoName,dictionary) - add feature info to dict
719 # addElementInfo - add information about an element to the
728 def addElementInfo(self, elem, info, infoName, dictionary): member in Registry
770 self.addElementInfo(type, TypeInfo(type), 'type', self.typedict)
778 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
788 self.addElementInfo(enum, EnumInfo(enum), 'enum', self.enumdict)
803 self.addElementInfo(cmd, ci, 'command', self.cmddict)
811 self.addElementInfo(feature, ai, 'feature', self.apidict)
816 self.addElementInfo(feature, ei, 'extension', self.extdict)

Completed in 11 milliseconds