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

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h83 VKAPI_ATTR VkResult CreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
H A Dnull_driver.cpp961 const VkBufferViewCreateInfo*,
960 CreateBufferView(VkDevice device, const VkBufferViewCreateInfo*, const VkAllocationCallbacks* , VkBufferView* view) argument
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp334 VKAPI_ATTR VkResult CreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
836 VKAPI_ATTR VkResult CreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) {
1491 VKAPI_ATTR VkResult vkCreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) {
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1842 typedef struct VkBufferViewCreateInfo { struct
1850 } VkBufferViewCreateInfo; typedef in typeref:struct:VkBufferViewCreateInfo
2528 typedef VkResult (VKAPI_PTR *PFN_vkCreateBufferView)(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
2893 const VkBufferViewCreateInfo* pCreateInfo,

Completed in 225 milliseconds