Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DstripAPI.py8 from reg import stripNonmatchingAPIs namespace
22 reg.stripNonmatchingAPIs(tree.getroot(), keepAPI, actuallyDelete=True)
40 stripNonmatchingAPIs(tree.getroot(), args.keepAPI, actuallyDelete = True)
H A Dreg.py167 def stripNonmatchingAPIs(tree, apiName, actuallyDelete = True): function
572 stripNonmatchingAPIs(self.reg, self.genOpts.apiname, actuallyDelete = True)
/third_party/vulkan-headers/registry/
H A DstripAPI.py8 from reg import stripNonmatchingAPIs namespace
22 reg.stripNonmatchingAPIs(tree.getroot(), keepAPI, actuallyDelete=True)
40 stripNonmatchingAPIs(tree.getroot(), args.keepAPI, actuallyDelete = True)
H A Dreg.py167 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 Dgen_framework.py41 from reg import stripNonmatchingAPIs namespace
3770 stripNonmatchingAPIs(vkTree.getroot(), apiName, actuallyDelete = True)

Completed in 10 milliseconds