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

  /frameworks/native/vulkan/libvulkan/
api_gen.h 198 PFN_vkDestroySamplerYcbcrConversion DestroySamplerYcbcrConversion;
api_gen.cpp 328 INIT_PROC(false, dev, DestroySamplerYcbcrConversion);
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 158 {"vkDestroySamplerYcbcrConversion", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroySamplerYcbcrConversion>(DestroySamplerYcbcrConversion))},
null_driver_gen.h 188 VKAPI_ATTR void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator);
null_driver.cpp     [all...]

Completed in 325 milliseconds