Searched defs:DestroyQueryPool (Results 1 - 16 of 16) sorted by relevance

/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvk_layer.h71 PFN_vkDestroyQueryPool DestroyQueryPool; member in struct:VkLayerDispatchTable_
/prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
H A Dvk_layer.h71 PFN_vkDestroyQueryPool DestroyQueryPool; member in struct:VkLayerDispatchTable_
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dthread_check.h686 VKAPI_ATTR void VKAPI_CALL DestroyQueryPool( function in namespace:threading
698 pTable->DestroyQueryPool(device,queryPool,pAllocator);
2587 {"vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool)},
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dunique_objects.cpp618 VKAPI_ATTR void VKAPI_CALL DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) function in namespace:unique_objects
628 get_dispatch_table(unique_objects_device_table_map, device)->DestroyQueryPool(device, queryPool, pAllocator);
2255 if (!strcmp(name, "DestroyQueryPool"))
2256 return (PFN_vkVoidFunction) DestroyQueryPool;
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
H A Dthread_check.h686 VKAPI_ATTR void VKAPI_CALL DestroyQueryPool( function in namespace:threading
698 pTable->DestroyQueryPool(device,queryPool,pAllocator);
2587 {"vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool)},
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dunique_objects.cpp618 VKAPI_ATTR void VKAPI_CALL DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) function in namespace:unique_objects
628 get_dispatch_table(unique_objects_device_table_map, device)->DestroyQueryPool(device, queryPool, pAllocator);
2255 if (!strcmp(name, "DestroyQueryPool"))
2256 return (PFN_vkVoidFunction) DestroyQueryPool;
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp2245 DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation
2253 get_dispatch_table(pc_device_table_map, device)->DestroyQueryPool(device, queryPool, pAllocator);
4396 { "vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool) },
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dparameter_validation.cpp2245 DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation
2253 get_dispatch_table(pc_device_table_map, device)->DestroyQueryPool(device, queryPool, pAllocator);
4396 { "vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool) },
H A Dcore_validation.cpp4878 DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
4880 ->device_dispatch_table->DestroyQueryPool(device, queryPool, pAllocator);
10028 {"vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool)},
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp2245 DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation
2253 get_dispatch_table(pc_device_table_map, device)->DestroyQueryPool(device, queryPool, pAllocator);
4396 { "vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool) },
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dparameter_validation.cpp2245 DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation
2253 get_dispatch_table(pc_device_table_map, device)->DestroyQueryPool(device, queryPool, pAllocator);
4396 { "vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool) },
H A Dcore_validation.cpp4878 DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
4880 ->device_dispatch_table->DestroyQueryPool(device, queryPool, pAllocator);
10028 {"vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool)},
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
H A Dobject_tracker.cpp3173 VKAPI_ATTR void VKAPI_CALL DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) function in namespace:object_tracker
3190 get_dispatch_table(object_tracker_device_table_map, device)->DestroyQueryPool(device, queryPool, pAllocator);
5367 if (!strcmp(name, "DestroyQueryPool"))
5368 return (PFN_vkVoidFunction) DestroyQueryPool;
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
H A Dobject_tracker.cpp3173 VKAPI_ATTR void VKAPI_CALL DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) function in namespace:object_tracker
3190 get_dispatch_table(object_tracker_device_table_map, device)->DestroyQueryPool(device, queryPool, pAllocator);
5367 if (!strcmp(name, "DestroyQueryPool"))
5368 return (PFN_vkVoidFunction) DestroyQueryPool;
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp4878 DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
4880 ->device_dispatch_table->DestroyQueryPool(device, queryPool, pAllocator);
10028 {"vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool)},
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp4878 DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
4880 ->device_dispatch_table->DestroyQueryPool(device, queryPool, pAllocator);
10028 {"vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool)},

Completed in 515 milliseconds