Searched defs:DestroyPipelineCache (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 112 PFN_vkDestroyPipelineCache DestroyPipelineCache; member in struct:vulkan::api::DeviceDispatchTable
|
H A D | api_gen.cpp | 242 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 D | null_driver.cpp | 1276 void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* allocator) { function in namespace:null_driver
|
Completed in 20 milliseconds