Searched refs:stripUnsupportedAPIs (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reg.py | 1461 def stripUnsupportedAPIs(self, dictionary, attribute, supportedDictionary): member in Registry 1721 self.stripUnsupportedAPIs(self.typedict, 'structextends', self.typedict) 1722 self.stripUnsupportedAPIs(self.cmddict, 'successcodes', self.enumdict) 1723 self.stripUnsupportedAPIs(self.cmddict, 'errorcodes', self.enumdict)
|
/third_party/vulkan-headers/registry/ |
H A D | reg.py | 1461 def stripUnsupportedAPIs(self, dictionary, attribute, supportedDictionary): member in Registry 1721 self.stripUnsupportedAPIs(self.typedict, 'structextends', self.typedict) 1722 self.stripUnsupportedAPIs(self.cmddict, 'successcodes', self.enumdict) 1723 self.stripUnsupportedAPIs(self.cmddict, 'errorcodes', self.enumdict)
|
Completed in 6 milliseconds