Searched defs:DestroyRenderPass (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 133 PFN_vkDestroyRenderPass DestroyRenderPass; member in struct:vulkan::api::DeviceDispatchTable
|
H A D | api_gen.cpp | 263 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 D | null_driver.cpp | 1321 void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* allocator) { function in namespace:null_driver
|
Completed in 39 milliseconds