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

  /external/vulkan-validation-layers/layers/
vk_layer_table.cpp 53 void destroy_dispatch_table(device_table_map &map, dispatch_key key) { function
66 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) { function
79 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); }
81 void destroy_instance_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableInstanceMap, key); }
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
vk_layer_table.cpp 53 void destroy_dispatch_table(device_table_map &map, dispatch_key key) { function
66 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) { function
79 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); }
81 void destroy_instance_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableInstanceMap, key); }
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_table.cpp 53 void destroy_dispatch_table(device_table_map &map, dispatch_key key) { function
66 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) { function
79 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); }
81 void destroy_instance_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableInstanceMap, key); }

Completed in 99 milliseconds