Searched refs:PFN_vkCreateSampler (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h108 PFN_vkCreateSampler CreateSampler;
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp126 {"vkCreateSampler", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateSampler>(CreateSampler))},
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2303 typedef VkResult (VKAPI_PTR *PFN_vkCreateSampler)(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler); typedef

Completed in 436 milliseconds