Searched defs:DestroyRenderPass (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h133 PFN_vkDestroyRenderPass DestroyRenderPass; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp263 INIT_PROC(true, dev, DestroyRenderPass);
428 VKAPI_ATTR void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator);
729 { "vkDestroyRenderPass", reinterpret_cast<PFN_vkVoidFunction>(DestroyRenderPass) },
1095 VKAPI_ATTR void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1925
1096 GetData(device).dispatch.DestroyRenderPass(device, renderPass, pAllocator);
1914 vulkan::api::DestroyRenderPass(device, renderPass, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1321 void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* allocator) { function in namespace:null_driver

Completed in 39 milliseconds