Home
last modified time | relevance | path

Searched refs:DestroyPipelineCache (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.h101 static void DestroyPipelineCache(VkDevice device, VkPipelineCache cache);
H A Dcreate_functions_vk.cpp655 void CreateFunctionsVk::DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache) in DestroyPipelineCache() function in CreateFunctionsVk
H A Ddevice_vk.cpp683 CreateFunctionsVk::DestroyPipelineCache(plat_.device, plat_.pipelineCache); in ~DeviceVk()
1082 CreateFunctionsVk::DestroyPipelineCache(plat_.device, plat_.pipelineCache); in InitializePipelineCache()