id_allocator       25 gpu/command_buffer/common/id_allocator_test.cc   IdAllocator *allocator = id_allocator();
id_allocator       50 gpu/command_buffer/common/id_allocator_test.cc   IdAllocator *allocator = id_allocator();
id_allocator       74 gpu/command_buffer/common/id_allocator_test.cc   IdAllocator* allocator = id_allocator();
id_allocator       92 gpu/command_buffer/common/id_allocator_test.cc   IdAllocator* allocator = id_allocator();
id_allocator      104 gpu/command_buffer/common/id_allocator_test.cc   IdAllocator* allocator = id_allocator();
id_allocator      114 gpu/command_buffer/common/id_allocator_test.cc   IdAllocator* allocator = id_allocator();
id_allocator     3768 gpu/command_buffer/service/gles2_cmd_decoder.cc       IdAllocatorInterface* id_allocator =
id_allocator     3770 gpu/command_buffer/service/gles2_cmd_decoder.cc       id_allocator->MarkAsUsed(client_id);
id_allocator     3958 gpu/command_buffer/service/gles2_cmd_decoder.cc       IdAllocatorInterface* id_allocator =
id_allocator     3960 gpu/command_buffer/service/gles2_cmd_decoder.cc       id_allocator->MarkAsUsed(client_id);
id_allocator     4006 gpu/command_buffer/service/gles2_cmd_decoder.cc       IdAllocatorInterface* id_allocator =
id_allocator     4008 gpu/command_buffer/service/gles2_cmd_decoder.cc       id_allocator->MarkAsUsed(client_id);
id_allocator     4037 gpu/command_buffer/service/gles2_cmd_decoder.cc       IdAllocatorInterface* id_allocator =
id_allocator     4039 gpu/command_buffer/service/gles2_cmd_decoder.cc       id_allocator->MarkAsUsed(client_id);
id_allocator     4822 gpu/command_buffer/service/gles2_cmd_decoder.cc   IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id);
id_allocator     4824 gpu/command_buffer/service/gles2_cmd_decoder.cc     id_allocator->FreeID(ids[ii]);
id_allocator     4851 gpu/command_buffer/service/gles2_cmd_decoder.cc   IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id);
id_allocator     4854 gpu/command_buffer/service/gles2_cmd_decoder.cc       ids[ii] = id_allocator->AllocateID();
id_allocator     4858 gpu/command_buffer/service/gles2_cmd_decoder.cc       ids[ii] = id_allocator->AllocateIDAtOrAbove(id_offset);
id_allocator     4888 gpu/command_buffer/service/gles2_cmd_decoder.cc   IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id);
id_allocator     4890 gpu/command_buffer/service/gles2_cmd_decoder.cc     if (!id_allocator->MarkAsUsed(ids[ii])) {
id_allocator     4892 gpu/command_buffer/service/gles2_cmd_decoder.cc         id_allocator->FreeID(ids[jj]);
id_allocator     3073 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   IdAllocatorInterface* id_allocator = GetIdAllocator(kNamespaceId);
id_allocator     3074 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   ASSERT_TRUE(id_allocator != NULL);
id_allocator     3079 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(id_allocator->InUse(kExpectedId1));
id_allocator     3080 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(id_allocator->InUse(kExpectedId2));
id_allocator     3081 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(id_allocator->InUse(kRegisterId));
id_allocator     3082 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(id_allocator->InUse(kExpectedId3));
id_allocator     3088 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(id_allocator->InUse(kExpectedId1));
id_allocator     3089 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(id_allocator->InUse(kExpectedId2));
id_allocator     3090 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(id_allocator->InUse(kRegisterId));
id_allocator     3091 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(id_allocator->InUse(kExpectedId3));
id_allocator     3097 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(id_allocator->InUse(kExpectedId1));
id_allocator     3098 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(id_allocator->InUse(kExpectedId2));
id_allocator     3099 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(id_allocator->InUse(kRegisterId));
id_allocator     3100 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(id_allocator->InUse(kExpectedId3));
id_allocator     3107 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(id_allocator->InUse(kExpectedId1));
id_allocator     3108 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(id_allocator->InUse(kExpectedId2));
id_allocator     3109 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(id_allocator->InUse(kRegisterId));
id_allocator     3110 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(id_allocator->InUse(kExpectedId3));
id_allocator     3117 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(id_allocator->InUse(kExpectedId1));
id_allocator     3118 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(id_allocator->InUse(kExpectedId2));
id_allocator     3119 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(id_allocator->InUse(kRegisterId));
id_allocator     3120 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(id_allocator->InUse(kExpectedId3));