Searched refs:allocExternalMemory (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.h | 451 bool allocExternalMemory(
|
D | VkCommonOperations.cpp | 1284 if (!allocExternalMemory(dvk, &sVkEmulation->staging.memory, false /* not external */, in createGlobalVkEmulation() 1433 bool allocExternalMemory(VulkanDispatch* vk, VkEmulation::ExternalMemoryInfo* info, in allocExternalMemory() function 2115 bool allocRes = allocExternalMemory(vk, &infoPtr->memory, true /*actuallyExternal*/, in initializeVkColorBufferLocked() 3042 bool allocRes = allocExternalMemory(vk, &res.memory, true /* actuallyExternal */, in setupVkBuffer()
|