Searched refs:CreateSamplerYcbcrConversion (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 210 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member
|
D | api_gen.cpp | 337 INIT_PROC(false, dev, CreateSamplerYcbcrConversion); in InitDispatchTable() 533 VKAPI_ATTR VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCre… 748 …reateSamplerYcbcrConversion", reinterpret_cast<PFN_vkVoidFunction>(CreateSamplerYcbcrConversion) }, in GetInstanceProcAddr() 1514 VKAPI_ATTR VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCre… in CreateSamplerYcbcrConversion() function 1515 …return GetData(device).dispatch.CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcb… in CreateSamplerYcbcrConversion() 2483 …return vulkan::api::CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion… in vkCreateSamplerYcbcrConversion()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 141 …FN_vkVoidFunction>(static_cast<PFN_vkCreateSamplerYcbcrConversion>(CreateSamplerYcbcrConversion))},
|
D | null_driver_gen.h | 203 VKAPI_ATTR VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCre…
|
D | null_driver.cpp | 1550 VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pC… in CreateSamplerYcbcrConversion() function
|