Searched refs:DestroySamplerYcbcrConversion (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 211 PFN_vkDestroySamplerYcbcrConversion DestroySamplerYcbcrConversion; member
|
H A D | api_gen.cpp | 338 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 D | null_driver_gen.cpp | 165 …_vkVoidFunction>(static_cast<PFN_vkDestroySamplerYcbcrConversion>(DestroySamplerYcbcrConversion))},
|
H A D | null_driver_gen.h | 204 VKAPI_ATTR void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConver…
|
H A D | null_driver.cpp | 1554 void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const… in DestroySamplerYcbcrConversion() function
|