Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h214 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member
Dapi_gen.cpp341 INIT_PROC(false, dev, CreateSamplerYcbcrConversion); in InitDispatchTable()
573 VKAPI_ATTR VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCre…
857 …reateSamplerYcbcrConversion", reinterpret_cast<PFN_vkVoidFunction>(CreateSamplerYcbcrConversion) }, in GetInstanceProcAddr()
1642 VKAPI_ATTR VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCre… in CreateSamplerYcbcrConversion() function
1643 …return GetData(device).dispatch.CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcb… in CreateSamplerYcbcrConversion()
2762 …return vulkan::api::CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion… in vkCreateSamplerYcbcrConversion()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp172 …FN_vkVoidFunction>(static_cast<PFN_vkCreateSamplerYcbcrConversion>(CreateSamplerYcbcrConversion))},
Dnull_driver_gen.h206 VKAPI_ATTR VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCre…
Dnull_driver.cpp1573 VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pC… in CreateSamplerYcbcrConversion() function