Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h198 PFN_vkDestroySamplerYcbcrConversion DestroySamplerYcbcrConversion; member
Dapi_gen.cpp328 INIT_PROC(false, dev, DestroySamplerYcbcrConversion); in InitDispatchTable()
501 VKAPI_ATTR void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConver…
736 …troySamplerYcbcrConversion", reinterpret_cast<PFN_vkVoidFunction>(DestroySamplerYcbcrConversion) }, in GetInstanceProcAddr()
1392 VKAPI_ATTR void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConver… in DestroySamplerYcbcrConversion() function
1393 GetData(device).dispatch.DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in DestroySamplerYcbcrConversion()
2289 vulkan::api::DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in vkDestroySamplerYcbcrConversion()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp158 …_vkVoidFunction>(static_cast<PFN_vkDestroySamplerYcbcrConversion>(DestroySamplerYcbcrConversion))},
Dnull_driver_gen.h188 VKAPI_ATTR void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConver…
Dnull_driver.cpp1546 void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const… in DestroySamplerYcbcrConversion() function