Home
last modified time | relevance | path

Searched defs:componentHandle (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkReconstruction.cpp62 …[&backDeps](bool live, uint64_t componentHandle, uint64_t entityHandle, const HandleReconstruction… in save()
71 …[&topoOrder, &backDeps](bool live, uint64_t componentHandle, uint64_t entityHandle, const HandleRe… in save()
307 …mHandleReconstructions.forEachLiveComponent_const([this](bool live, uint64_t componentHandle, uint… in dump()
319 …mHandleModifications.forEachLiveComponent_const([this](bool live, uint64_t componentHandle, uint64… in dump()
437 …[&orderedModifies](bool live, uint64_t componentHandle, uint64_t entityHandle, const HandleModific… in getOrderedUniqueModifyApis()
/device/generic/vulkan-cereal/base/
DEntityManager.h449 auto componentHandle = getComponentHandle(h); in removeByEntity() local