HomeSort by relevance Sort by last modified time
    Searched refs:destroy_array (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
unique_objects_generator.py 482 def outputNDOs(self, ndo_type, ndo_name, ndo_count, prefix, index, indent, destroy_func, destroy_array, top_level):
510 if (destroy_func == False) or (destroy_array == True): #### LUGMAL This line needs to be skipped for destroy_ndo and not destroy_array
526 # destroy_array means that the destroy_func operated on an array of NDOs
527 def uniquify_members(self, members, indent, prefix, array_index, create_func, destroy_func, destroy_array, first_level_param):
544 (tmp_decl, tmp_pre, tmp_post) = self.outputNDOs(member.type, member.name, count_name, prefix, index, indent, destroy_func, destroy_array, first_level_param)
572 (tmp_decl, tmp_pre, tmp_post) = self.uniquify_members(struct_info, indent, local_prefix, array_index, create_func, destroy_func, destroy_array, False)
596 (tmp_decl, tmp_pre, tmp_post) = self.uniquify_members(struct_info, indent, new_prefix, array_index, create_func, destroy_func, destroy_array, False)
621 (destroy_array, destroy_ndo_code) = self.generate_destroy_ndo_code(indent, proto, cmd_info)
623 destroy_array = Fals
    [all...]
  /external/vulkan-validation-layers/scripts/
object_tracker_generator.py     [all...]
unique_objects_generator.py 605 def outputNDOs(self, ndo_type, ndo_name, ndo_count, prefix, index, indent, destroy_func, destroy_array, top_level):
633 if (destroy_func == False) or (destroy_array == True):
    [all...]

Completed in 163 milliseconds