Searched refs:otwrite (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/scripts/ |
D | object_tracker_generator.py | 339 def otwrite(self, dest, formatstring): member in ObjectTrackerOutputGenerator 378 self.otwrite('both', file_comment) 405 self.otwrite('both', copyright) 407 self.otwrite('cpp', '#include "chassis.h"') 408 self.otwrite('cpp', '#include "object_lifetime_validation.h"') 422 self.otwrite('cpp', '\n') 423 self.otwrite('cpp', '// ObjectTracker undestroyed objects validation function') 424 self.otwrite('cpp', '%s' % report_func) 425 self.otwrite('cpp', '%s' % destroy_func) 431 self.otwrite('both', '%s' % prot) [all …]
|