Searched defs:DestroySamplerYcbcrConversion (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h198 PFN_vkDestroySamplerYcbcrConversion DestroySamplerYcbcrConversion; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp328 INIT_PROC(false, dev, DestroySamplerYcbcrConversion);
501 VKAPI_ATTR void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator);
731 { "vkDestroySamplerYcbcrConversion", reinterpret_cast<PFN_vkVoidFunction>(DestroySamplerYcbcrConversion) },
1387 VKAPI_ATTR void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1925
1388 GetData(device).dispatch.DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator);
2284 vulkan::api::DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1546 void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) { function in namespace:null_driver

Completed in 23 milliseconds