Home
last modified time | relevance | path

Searched refs:id_allocator (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Did_allocator_test.cc17 IdAllocator* id_allocator() { return &id_allocator_; } in id_allocator() function in gpu::IdAllocatorTest
25 IdAllocator *allocator = id_allocator(); in TEST_F()
50 IdAllocator *allocator = id_allocator(); in TEST_F()
74 IdAllocator* allocator = id_allocator(); in TEST_F()
92 IdAllocator* allocator = id_allocator(); in TEST_F()
104 IdAllocator* allocator = id_allocator(); in TEST_F()
114 IdAllocator* allocator = id_allocator(); in TEST_F()
DBUILD.gn23 "id_allocator.cc",
24 "id_allocator.h",
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest.cc225 IdAllocatorInterface* id_allocator = GetIdAllocator(kNamespaceId); in TEST_P() local
226 ASSERT_TRUE(id_allocator != NULL); in TEST_P()
231 EXPECT_TRUE(id_allocator->InUse(kExpectedId1)); in TEST_P()
232 EXPECT_TRUE(id_allocator->InUse(kExpectedId2)); in TEST_P()
233 EXPECT_FALSE(id_allocator->InUse(kRegisterId)); in TEST_P()
234 EXPECT_FALSE(id_allocator->InUse(kExpectedId3)); in TEST_P()
240 EXPECT_TRUE(id_allocator->InUse(kExpectedId1)); in TEST_P()
241 EXPECT_TRUE(id_allocator->InUse(kExpectedId2)); in TEST_P()
242 EXPECT_TRUE(id_allocator->InUse(kRegisterId)); in TEST_P()
243 EXPECT_FALSE(id_allocator->InUse(kExpectedId3)); in TEST_P()
[all …]
Dgles2_cmd_decoder.cc3957 IdAllocatorInterface* id_allocator = in DoBindBuffer() local
3959 id_allocator->MarkAsUsed(client_id); in DoBindBuffer()
4161 IdAllocatorInterface* id_allocator = in DoBindFramebuffer() local
4163 id_allocator->MarkAsUsed(client_id); in DoBindFramebuffer()
4209 IdAllocatorInterface* id_allocator = in DoBindRenderbuffer() local
4211 id_allocator->MarkAsUsed(client_id); in DoBindRenderbuffer()
4241 IdAllocatorInterface* id_allocator = in DoBindTexture() local
4243 id_allocator->MarkAsUsed(client_id); in DoBindTexture()
5004 IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id); in DoDeleteSharedIdsCHROMIUM() local
5006 id_allocator->FreeID(ids[ii]); in DoDeleteSharedIdsCHROMIUM()
[all …]
/external/chromium_org/gpu/
Dcommand_buffer_common.gypi26 'command_buffer/common/id_allocator.cc',
27 'command_buffer/common/id_allocator.h',
Dcommand_buffer_common.target.linux-arm64.mk32 gpu/command_buffer/common/id_allocator.cc \
Dcommand_buffer_common.target.darwin-arm64.mk32 gpu/command_buffer/common/id_allocator.cc \
Dcommand_buffer_common.target.linux-mips64.mk32 gpu/command_buffer/common/id_allocator.cc \
Dcommand_buffer_common.target.linux-x86.mk32 gpu/command_buffer/common/id_allocator.cc \
Dcommand_buffer_common.target.darwin-mips.mk32 gpu/command_buffer/common/id_allocator.cc \
Dcommand_buffer_common.target.darwin-x86.mk32 gpu/command_buffer/common/id_allocator.cc \
Dcommand_buffer_common.target.linux-mips.mk32 gpu/command_buffer/common/id_allocator.cc \
Dcommand_buffer_common.target.darwin-x86_64.mk32 gpu/command_buffer/common/id_allocator.cc \
Dcommand_buffer_common.target.linux-x86_64.mk32 gpu/command_buffer/common/id_allocator.cc \
Dcommand_buffer_common.target.darwin-mips64.mk32 gpu/command_buffer/common/id_allocator.cc \
Dcommand_buffer_common.target.linux-arm.mk32 gpu/command_buffer/common/id_allocator.cc \
Dcommand_buffer_common.target.darwin-arm.mk32 gpu/command_buffer/common/id_allocator.cc \
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_impl_autogen.h1845 IdAllocatorInterface* id_allocator = GetIdAllocator(id_namespaces::kQueries); in GenQueriesEXT() local
1847 queries[ii] = id_allocator->AllocateID(); in GenQueriesEXT()