Searched defs:DestroyFence (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 86 PFN_vkDestroyFence DestroyFence; member in struct:vulkan::api::DeviceDispatchTable
|
H A D | api_gen.cpp | 216 INIT_PROC(true, dev, DestroyFence); 381 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator); 720 { "vkDestroyFence", reinterpret_cast<PFN_vkVoidFunction>(DestroyFence) }, 907 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1925 908 GetData(device).dispatch.DestroyFence(device, fence, pAllocator); 1679 vulkan::api::DestroyFence(device, fence, pAllocator);
|
/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 1218 void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* allocator) { function in namespace:null_driver
|
Completed in 23 milliseconds