Searched refs:AllocateIDAtOrAbove (Results 1 – 5 of 5) sorted by relevance
53 allocator->AllocateIDAtOrAbove(-1); in TEST_F()93 ResourceId id1 = allocator->AllocateIDAtOrAbove(kOffset); in TEST_F()95 ResourceId id2 = allocator->AllocateIDAtOrAbove(kOffset); in TEST_F()97 ResourceId id3 = allocator->AllocateIDAtOrAbove(kOffset); in TEST_F()105 ResourceId id1 = allocator->AllocateIDAtOrAbove(kMaxPossibleOffset); in TEST_F()107 ResourceId id2 = allocator->AllocateIDAtOrAbove(kMaxPossibleOffset); in TEST_F()109 ResourceId id3 = allocator->AllocateIDAtOrAbove(kMaxPossibleOffset); in TEST_F()
35 virtual ResourceId AllocateIDAtOrAbove(ResourceId desired_id) = 0;55 virtual ResourceId AllocateIDAtOrAbove(ResourceId desired_id) OVERRIDE;87 virtual ResourceId AllocateIDAtOrAbove(ResourceId desired_id) OVERRIDE;
36 ResourceId IdAllocator::AllocateIDAtOrAbove(ResourceId desired_id) { in AllocateIDAtOrAbove() function in gpu::IdAllocator102 ResourceId NonReusedIdAllocator::AllocateIDAtOrAbove(ResourceId desired_id) { in AllocateIDAtOrAbove() function in gpu::NonReusedIdAllocator
42 ids[ii] = id_allocator_.AllocateIDAtOrAbove(id_offset); in MakeIds()
4871 ids[ii] = id_allocator->AllocateIDAtOrAbove(id_offset); in DoGenSharedIdsCHROMIUM()