Home
last modified time | relevance | path

Searched refs:AllocateIDAtOrAbove (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Did_allocator_test.cc53 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()
Did_allocator.h35 virtual ResourceId AllocateIDAtOrAbove(ResourceId desired_id) = 0;
55 virtual ResourceId AllocateIDAtOrAbove(ResourceId desired_id) OVERRIDE;
87 virtual ResourceId AllocateIDAtOrAbove(ResourceId desired_id) OVERRIDE;
Did_allocator.cc36 ResourceId IdAllocator::AllocateIDAtOrAbove(ResourceId desired_id) { in AllocateIDAtOrAbove() function in gpu::IdAllocator
102 ResourceId NonReusedIdAllocator::AllocateIDAtOrAbove(ResourceId desired_id) { in AllocateIDAtOrAbove() function in gpu::NonReusedIdAllocator
/external/chromium_org/gpu/command_buffer/client/
Dshare_group.cc42 ids[ii] = id_allocator_.AllocateIDAtOrAbove(id_offset); in MakeIds()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder.cc4871 ids[ii] = id_allocator->AllocateIDAtOrAbove(id_offset); in DoGenSharedIdsCHROMIUM()