NonReusedIdAllocator   92 gpu/command_buffer/common/id_allocator.cc NonReusedIdAllocator::NonReusedIdAllocator() : last_id_(0) {
NonReusedIdAllocator   95 gpu/command_buffer/common/id_allocator.cc NonReusedIdAllocator::~NonReusedIdAllocator() {
NonReusedIdAllocator   98 gpu/command_buffer/common/id_allocator.cc ResourceId NonReusedIdAllocator::AllocateID() {
NonReusedIdAllocator  102 gpu/command_buffer/common/id_allocator.cc ResourceId NonReusedIdAllocator::AllocateIDAtOrAbove(ResourceId desired_id) {
NonReusedIdAllocator  109 gpu/command_buffer/common/id_allocator.cc bool NonReusedIdAllocator::MarkAsUsed(ResourceId id) {
NonReusedIdAllocator  114 gpu/command_buffer/common/id_allocator.cc void NonReusedIdAllocator::FreeID(ResourceId id) {
NonReusedIdAllocator  117 gpu/command_buffer/common/id_allocator.cc bool NonReusedIdAllocator::InUse(ResourceId id) const {
NonReusedIdAllocator   78 gpu/command_buffer/common/id_allocator.h class NonReusedIdAllocator : public IdAllocatorInterface {
NonReusedIdAllocator   80 gpu/command_buffer/common/id_allocator.h   NonReusedIdAllocator();
NonReusedIdAllocator   81 gpu/command_buffer/common/id_allocator.h   virtual ~NonReusedIdAllocator();
NonReusedIdAllocator   93 gpu/command_buffer/common/id_allocator.h   DISALLOW_COPY_AND_ASSIGN(NonReusedIdAllocator);
NonReusedIdAllocator   66 gpu/command_buffer/service/context_group.cc       new NonReusedIdAllocator);