Home
last modified time | relevance | path

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

/aosp12/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h211 PFN_vkDestroySamplerYcbcrConversion DestroySamplerYcbcrConversion; member
H A Dapi_gen.cpp338 INIT_PROC(false, dev, DestroySamplerYcbcrConversion); in InitDispatchTable()
534 VKAPI_ATTR void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConver…
771 …troySamplerYcbcrConversion", reinterpret_cast<PFN_vkVoidFunction>(DestroySamplerYcbcrConversion) }, in GetInstanceProcAddr()
1518 VKAPI_ATTR void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConver… in DestroySamplerYcbcrConversion() function
1519 GetData(device).dispatch.DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in DestroySamplerYcbcrConversion()
2488 vulkan::api::DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in vkDestroySamplerYcbcrConversion()
/aosp12/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp165 …_vkVoidFunction>(static_cast<PFN_vkDestroySamplerYcbcrConversion>(DestroySamplerYcbcrConversion))},
H A Dnull_driver_gen.h204 VKAPI_ATTR void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConver…
H A Dnull_driver.cpp1554 void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const… in DestroySamplerYcbcrConversion() function