Home
last modified time | relevance | path

Searched defs:allocRes (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/google/aemu/host-common/
DHostAddressSpace_unittest.cpp80 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
Daddress_space_graphics.cpp492 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/
DVkCommonOperations.cpp1784 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 DResourceTracker.cpp5062 VkResult allocRes = enc->vkAllocateDescriptorSets(device, ci, sets, true /* do lock */); in on_vkAllocateDescriptorSets() local