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

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h112 PFN_vkDestroyPipelineCache DestroyPipelineCache; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp242 INIT_PROC(true, dev, DestroyPipelineCache);
407 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator);
726 { "vkDestroyPipelineCache", reinterpret_cast<PFN_vkVoidFunction>(DestroyPipelineCache) },
1011 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1925
1012 GetData(device).dispatch.DestroyPipelineCache(device, pipelineCache, pAllocator);
1809 vulkan::api::DestroyPipelineCache(device, pipelineCache, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1276 void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* allocator) { function in namespace:null_driver

Completed in 20 milliseconds