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

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h100 PFN_vkDestroyPipelineCache DestroyPipelineCache; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp198 INIT_PROC(dev, DestroyPipelineCache);
342 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator);
587 { "vkDestroyPipelineCache", reinterpret_cast<PFN_vkVoidFunction>(DestroyPipelineCache) },
858 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1598
859 GetData(device).dispatch.DestroyPipelineCache(device, pipelineCache, pAllocator);
1524 vulkan::api::DestroyPipelineCache(device, pipelineCache, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1195 void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* allocator) { function in namespace:null_driver

Completed in 107 milliseconds