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