Home
last modified time | relevance | path

Searched refs:toAdd (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkReconstruction.cpp341 void VkReconstruction::addHandles(const uint64_t* toAdd, uint32_t count) { in addHandles() argument
342 if (!toAdd) return; in addHandles()
345 DEBUG_RECON("add 0x%llx", (unsigned long long)toAdd[i]); in addHandles()
346 mHandleReconstructions.add(toAdd[i], HandleWithStateReconstruction()); in addHandles()
DVkReconstruction.h93 void addHandles(const uint64_t* toAdd, uint32_t count);