Searched defs:allocRes (Results 1 – 3 of 3) sorted by relevance
/hardware/google/aemu/host-common/ |
D | HostAddressSpace_unittest.cpp | 80 int allocRes = hwFuncs->allocSharedHostRegion(4096, nullptr); in TEST_F() local 110 int allocRes = hwFuncs->allocSharedHostRegionLocked(4096, nullptr); in TEST_F() local 141 int allocRes = hwFuncs->allocSharedHostRegion(4096, &offset); in TEST_F() local 171 int allocRes = hwFuncs->allocSharedHostRegion(4096, &offset); in TEST_F() local 207 int allocRes = hwFuncs->allocSharedHostRegion(4096, &offset); in TEST_F() local
|
D | address_space_graphics.cpp | 495 int allocRes = get_address_space_device_hw_funcs()-> in fillBlockLocked() local 503 int allocRes = get_address_space_device_hw_funcs()-> in fillBlockLocked() local
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.cpp | 1996 VkResult allocRes = vk->vkAllocateMemory(mDevice, &allocInfo, nullptr, &info->memory); in allocExternalMemory() local 2738 bool allocRes = allocExternalMemory(vk, &infoPtr->memory, true /*actuallyExternal*/, in createVkColorBufferLocked() local 3676 bool allocRes = allocExternalMemory(vk, &res.memory, true /* actuallyExternal */, in setupVkBuffer() local
|