Searched refs:pView (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 85 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView); 90 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView);
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 447 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView); 452 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView); 1138 …kBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) { in CreateBufferView() argument 1139 return GetData(device).dispatch.CreateBufferView(device, pCreateInfo, pAllocator, pView); in CreateBufferView() 1158 … VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) { in CreateImageView() argument 1159 return GetData(device).dispatch.CreateImageView(device, pCreateInfo, pAllocator, pView); in CreateImageView() 2131 …kBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) { in vkCreateBufferView() argument 2132 return vulkan::api::CreateBufferView(device, pCreateInfo, pAllocator, pView); in vkCreateBufferView() 2156 … VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) { in vkCreateImageView() argument 2157 return vulkan::api::CreateImageView(device, pCreateInfo, pAllocator, pView); in vkCreateImageView()
|