Searched refs:VkImageViewCreateInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h88 VKAPI_ATTR VkResult CreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView);
H A Dnull_driver.cpp1019 const VkImageViewCreateInfo*,
1018 CreateImageView(VkDevice device, const VkImageViewCreateInfo*, const VkAllocationCallbacks* , VkImageView* view) argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1777 typedef struct VkImageViewCreateInfo { struct
1786 } VkImageViewCreateInfo; typedef in typeref:struct:VkImageViewCreateInfo
2417 typedef VkResult (VKAPI_PTR *PFN_vkCreateImageView)(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView);
2805 const VkImageViewCreateInfo* pCreateInfo,
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp339 VKAPI_ATTR VkResult CreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView);
855 VKAPI_ATTR VkResult CreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) {
1515 VKAPI_ATTR VkResult vkCreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) {

Completed in 283 milliseconds