Searched refs:pView (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 332 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView); 337 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView); 818 …kBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) { in CreateBufferView() argument 819 return GetData(device).dispatch.CreateBufferView(device, pCreateInfo, pAllocator, pView); in CreateBufferView() 838 … VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) { in CreateImageView() argument 839 return GetData(device).dispatch.CreateImageView(device, pCreateInfo, pAllocator, pView); in CreateImageView() 1473 …kBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) { in vkCreateBufferView() argument 1474 return vulkan::api::CreateBufferView(device, pCreateInfo, pAllocator, pView); in vkCreateBufferView() 1498 … VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) { in vkCreateImageView() argument 1499 return vulkan::api::CreateImageView(device, pCreateInfo, pAllocator, pView); in vkCreateImageView()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 83 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView); 88 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView);
|
/frameworks/native/vulkan/include/vulkan/ |
D | vulkan.h | 2285 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView); 2290 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView); 2652 VkBufferView* pView); 2680 VkImageView* pView);
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 3536 VkBufferView* pView) { 3544 pView[0] = view 3612 VkImageView* pView) { 3620 pView[0] = view
|