Searched defs:allocRes (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/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 | 492 int allocRes = 0; in fillBlockLocked() local 504 int allocRes = get_address_space_device_hw_funcs()-> in fillBlockLocked() local
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.cpp | 1784 VkResult allocRes = in allocExternalMemory() local 2549 bool allocRes = allocExternalMemory(vk, &infoPtr->memory, true /*actuallyExternal*/, in initializeVkColorBufferLocked() local 3572 bool allocRes = allocExternalMemory(vk, &res.memory, true /* actuallyExternal */, in setupVkBuffer() local
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | ResourceTracker.cpp | 5062 VkResult allocRes = enc->vkAllocateDescriptorSets(device, ci, sets, true /* do lock */); in on_vkAllocateDescriptorSets() local
|