Home
last modified time | relevance | path

Searched refs:protect_str (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dcgenerator.py224 def _endProtectComment(self, protect_str, protect_directive='#ifdef'): argument
225 if protect_directive is None or protect_str is None:
281protect_str=self.genOpts.protectExtensionProtoStr),
286 protect_str=self.genOpts.protectProtoStr),
293 self._endProtectComment(protect_str=self.featureExtraProtect),
298 self._endProtectComment(protect_str=self.featureName),
359 def genProtectString(self, protect_str): argument
368 if not protect_str:
371 if ',' in protect_str:
372 protect_list = protect_str.split(',')
[all …]