Searched defs:CreateSamplerYcbcrConversion (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 197 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member in struct:vulkan::api::DeviceDispatchTable
|
H A D | api_gen.cpp | 327 INIT_PROC(false, dev, CreateSamplerYcbcrConversion); 500 VKAPI_ATTR VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 708 { "vkCreateSamplerYcbcrConversion", reinterpret_cast<PFN_vkVoidFunction>(CreateSamplerYcbcrConversion) }, 1383 VKAPI_ATTR VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) { function in namespace:vulkan::api::__anon1925 1384 return GetData(device).dispatch.CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); 2279 return vulkan::api::CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion);
|
/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 1542 VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) { function in namespace:null_driver
|
Completed in 22 milliseconds