HomeSort by relevance Sort by last modified time
    Searched refs:CreateSamplerYcbcrConversion (Results 1 - 5 of 5) sorted by null

  /frameworks/native/vulkan/libvulkan/
api_gen.h 197 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion;
api_gen.cpp 327 INIT_PROC(false, dev, CreateSamplerYcbcrConversion);
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 134 {"vkCreateSamplerYcbcrConversion", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateSamplerYcbcrConversion>(CreateSamplerYcbcrConversion))},
null_driver_gen.h 187 VKAPI_ATTR VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
null_driver.cpp     [all...]

Completed in 463 milliseconds