Home
last modified time | relevance | path

Searched refs:vkAllocateMemory (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt7 vkAllocateMemory;
Dapi_gen.cpp1608 VKAPI_ATTR VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, co… in vkAllocateMemory() function
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/common/
Dvulkan_wrapper.h54 extern PFN_vkAllocateMemory vkAllocateMemory;
Dvulkan_wrapper.cpp60 vkAllocateMemory = reinterpret_cast<PFN_vkAllocateMemory>(dlsym(libvulkan, "vkAllocateMemory")); in InitVulkan()
413 PFN_vkAllocateMemory vkAllocateMemory; variable
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c1549 err = vkAllocateMemory(demo->device, &demo->depth.mem_alloc, NULL, &demo->depth.mem); in demo_prepare_depth()
1634 err = vkAllocateMemory(demo->device, &tex_obj->mem_alloc, NULL, &(tex_obj->mem)); in demo_prepare_texture_buffer()
1702 err = vkAllocateMemory(demo->device, &tex_obj->mem_alloc, NULL, &(tex_obj->mem)); in demo_prepare_texture_image()
1889 …err = vkAllocateMemory(demo->device, &mem_alloc, NULL, &demo->swapchain_image_resources[i].uniform… in demo_prepare_cube_data_buffers()
/frameworks/rs/rsov/driver/
DrsovAllocation.cpp273 res = vkAllocateMemory(mDevice, &allocateInfo, nullptr, &mMem); in InitBuffer()
/frameworks/native/vulkan/api/
Dvulkan.api8155 cmd VkResult vkAllocateMemory(