Home
last modified time | relevance | path

Searched refs:DestroySamplerYcbcrConversion (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h210 PFN_vkDestroySamplerYcbcrConversion DestroySamplerYcbcrConversion; member
Dapi_gen.cpp337 INIT_PROC(false, dev, DestroySamplerYcbcrConversion); in InitDispatchTable()
520 VKAPI_ATTR void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConver…
736 …troySamplerYcbcrConversion", reinterpret_cast<PFN_vkVoidFunction>(DestroySamplerYcbcrConversion) }, in GetInstanceProcAddr()
1472 VKAPI_ATTR void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConver… in DestroySamplerYcbcrConversion() function
1473 GetData(device).dispatch.DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in DestroySamplerYcbcrConversion()
2389 vulkan::api::DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in vkDestroySamplerYcbcrConversion()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp159 …_vkVoidFunction>(static_cast<PFN_vkDestroySamplerYcbcrConversion>(DestroySamplerYcbcrConversion))},
Dnull_driver_gen.h203 VKAPI_ATTR void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConver…
Dnull_driver.cpp1546 void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const… in DestroySamplerYcbcrConversion() function