GetIdAllocator 160 gpu/command_buffer/service/context_group.h IdAllocatorInterface* GetIdAllocator(unsigned namespace_id); GetIdAllocator 3769 gpu/command_buffer/service/gles2_cmd_decoder.cc group_->GetIdAllocator(id_namespaces::kBuffers); GetIdAllocator 3959 gpu/command_buffer/service/gles2_cmd_decoder.cc group_->GetIdAllocator(id_namespaces::kFramebuffers); GetIdAllocator 4007 gpu/command_buffer/service/gles2_cmd_decoder.cc group_->GetIdAllocator(id_namespaces::kRenderbuffers); GetIdAllocator 4038 gpu/command_buffer/service/gles2_cmd_decoder.cc group_->GetIdAllocator(id_namespaces::kTextures); GetIdAllocator 4822 gpu/command_buffer/service/gles2_cmd_decoder.cc IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id); GetIdAllocator 4851 gpu/command_buffer/service/gles2_cmd_decoder.cc IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id); GetIdAllocator 4888 gpu/command_buffer/service/gles2_cmd_decoder.cc IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id); GetIdAllocator 3073 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc IdAllocatorInterface* id_allocator = GetIdAllocator(kNamespaceId); GetIdAllocator 102 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h IdAllocatorInterface* GetIdAllocator(GLuint namespace_id) { GetIdAllocator 103 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h return group_->GetIdAllocator(namespace_id);