Searched refs:vkAllocateMemory (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | libvulkan.map.txt | 7 vkAllocateMemory;
|
D | api_gen.cpp | 1608 VKAPI_ATTR VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, co… in vkAllocateMemory() function
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/common/ |
D | vulkan_wrapper.h | 54 extern PFN_vkAllocateMemory vkAllocateMemory;
|
D | vulkan_wrapper.cpp | 60 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/ |
D | cube.c | 1549 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/ |
D | rsovAllocation.cpp | 273 res = vkAllocateMemory(mDevice, &allocateInfo, nullptr, &mMem); in InitBuffer()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 8155 cmd VkResult vkAllocateMemory(
|