Searched refs:EntityHandle (Results 1 – 6 of 6) sorted by relevance
/hardware/google/aemu/base/include/aemu/base/containers/ |
D | EntityManager.h | 55 using EntityHandle = uint64_t; variable 56 using IteratorFunc = std::function<void(bool live, EntityHandle h, Item& item)>; 57 using ConstIteratorFunc = std::function<void(bool live, EntityHandle h, const Item& item)>; 59 static size_t getHandleIndex(EntityHandle h) { in getHandleIndex() 63 static size_t getHandleGeneration(EntityHandle h) { in getHandleGeneration() 69 static size_t getHandleType(EntityHandle h) { in getHandleType() 76 static EntityHandle makeHandle( in makeHandle() 80 EntityHandle res = index; in makeHandle() 86 static EntityHandle withIndex(EntityHandle h, size_t i) { in withIndex() 90 static EntityHandle withGeneration(EntityHandle h, size_t nextGen) { in withGeneration() [all …]
|
D | HybridComponentManager.h | 33 using Handle = typename EM::EntityHandle;
|
D | HybridEntityManager.h | 33 using Handle = typename EM::EntityHandle;
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/ |
D | EntityManager.h | 77 using EntityHandle = uint64_t; 78 using IteratorFunc = std::function<void(bool live, EntityHandle h, Item& item)>; 79 using ConstIteratorFunc = std::function<void(bool live, EntityHandle h, const Item& item)>; 81 static size_t getHandleIndex(EntityHandle h) { 85 static size_t getHandleGeneration(EntityHandle h) { 89 static size_t getHandleType(EntityHandle h) { 93 static EntityHandle makeHandle( 97 EntityHandle res = (index & indexMask); 103 static EntityHandle withIndex(EntityHandle h, size_t i) { 107 static EntityHandle withGeneration(EntityHandle h, size_t nextGen) { [all …]
|
D | HybridComponentManager.h | 33 using Handle = typename EM::EntityHandle;
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkReconstruction.h | 47 using ApiHandle = ApiTrace::EntityHandle;
|