Home
last modified time | relevance | path

Searched refs:pView (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h85 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
90 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView);
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp447 …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()