Searched refs:_endProtectComment (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | cgenerator.py | 224 def _endProtectComment(self, protect_str, protect_directive='#ifdef'): member in COutputGenerator 280 self._endProtectComment(protect_directive=self.genOpts.protectExtensionProto, 285 self._endProtectComment(protect_directive=self.genOpts.protectProto, 293 self._endProtectComment(protect_str=self.featureExtraProtect), 298 self._endProtectComment(protect_str=self.featureName),
|
/third_party/vulkan-headers/registry/ |
H A D | cgenerator.py | 224 def _endProtectComment(self, protect_str, protect_directive='#ifdef'): member in COutputGenerator 280 self._endProtectComment(protect_directive=self.genOpts.protectExtensionProto, 285 self._endProtectComment(protect_directive=self.genOpts.protectProto, 293 self._endProtectComment(protect_str=self.featureExtraProtect), 298 self._endProtectComment(protect_str=self.featureName),
|
Completed in 2 milliseconds