Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkReconstruction.cpp92 for (const auto& childHandle : item.childHandles) { in save() local
93 if (--totalParents[childHandle] == 0) { in save()
94 next.push_back(childHandle); in save()
394 for (const auto& childHandle : item->states[j].childHandles) { in removeHandles() local
395 if (childHandle.second == CREATED) { in removeHandles()
396 childHandles.push_back(childHandle.first); in removeHandles()