Searched refs:stripNonmatchingAPIs (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | stripAPI.py | 8 from reg import stripNonmatchingAPIs namespace 22 reg.stripNonmatchingAPIs(tree.getroot(), keepAPI, actuallyDelete=True) 40 stripNonmatchingAPIs(tree.getroot(), args.keepAPI, actuallyDelete = True)
|
H A D | reg.py | 167 def stripNonmatchingAPIs(tree, apiName, actuallyDelete = True): function 572 stripNonmatchingAPIs(self.reg, self.genOpts.apiname, actuallyDelete = True)
|
/third_party/vulkan-headers/registry/ |
H A D | stripAPI.py | 8 from reg import stripNonmatchingAPIs namespace 22 reg.stripNonmatchingAPIs(tree.getroot(), keepAPI, actuallyDelete=True) 40 stripNonmatchingAPIs(tree.getroot(), args.keepAPI, actuallyDelete = True)
|
H A D | reg.py | 167 def stripNonmatchingAPIs(tree, apiName, actuallyDelete = True): function 572 stripNonmatchingAPIs(self.reg, self.genOpts.apiname, actuallyDelete = True)
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 41 from reg import stripNonmatchingAPIs namespace 3770 stripNonmatchingAPIs(vkTree.getroot(), apiName, actuallyDelete = True)
|
Completed in 10 milliseconds