Home | History | Annotate | Download | only in service

Lines Matching refs:id_allocator

32 #include "gpu/command_buffer/common/id_allocator.h"
3957 IdAllocatorInterface* id_allocator =
3959 id_allocator->MarkAsUsed(client_id);
4161 IdAllocatorInterface* id_allocator =
4163 id_allocator->MarkAsUsed(client_id);
4209 IdAllocatorInterface* id_allocator =
4211 id_allocator->MarkAsUsed(client_id);
4241 IdAllocatorInterface* id_allocator =
4243 id_allocator->MarkAsUsed(client_id);
5004 IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id);
5006 id_allocator->FreeID(ids[ii]);
5036 IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id);
5039 ids[ii] = id_allocator->AllocateID();
5043 ids[ii] = id_allocator->AllocateIDAtOrAbove(id_offset);
5076 IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id);
5078 if (!id_allocator->MarkAsUsed(ids[ii])) {
5080 id_allocator->FreeID(ids[jj]);
10728 IdAllocatorInterface* id_allocator =
10730 id_allocator->MarkAsUsed(client_id);