Searched refs:id_allocator (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Did_allocator_test.cc7 #include "gpu/command_buffer/common/id_allocator.h"
17 IdAllocator* id_allocator() { return &id_allocator_; } function in class:gpu::IdAllocatorTest
25 IdAllocator *allocator = id_allocator();
50 IdAllocator *allocator = id_allocator();
74 IdAllocator* allocator = id_allocator();
92 IdAllocator* allocator = id_allocator();
104 IdAllocator* allocator = id_allocator();
114 IdAllocator* allocator = id_allocator();
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest.cc11 #include "gpu/command_buffer/common/id_allocator.h"
225 IdAllocatorInterface* id_allocator = GetIdAllocator(kNamespaceId); local
226 ASSERT_TRUE(id_allocator != NULL);
231 EXPECT_TRUE(id_allocator->InUse(kExpectedId1));
232 EXPECT_TRUE(id_allocator->InUse(kExpectedId2));
233 EXPECT_FALSE(id_allocator->InUse(kRegisterId));
234 EXPECT_FALSE(id_allocator->InUse(kExpectedId3));
240 EXPECT_TRUE(id_allocator->InUse(kExpectedId1));
241 EXPECT_TRUE(id_allocator->InUse(kExpectedId2));
242 EXPECT_TRUE(id_allocator
[all...]
H A Dgles2_cmd_decoder.cc32 #include "gpu/command_buffer/common/id_allocator.h"
3957 IdAllocatorInterface* id_allocator = local
3959 id_allocator->MarkAsUsed(client_id);
4161 IdAllocatorInterface* id_allocator = local
4163 id_allocator->MarkAsUsed(client_id);
4209 IdAllocatorInterface* id_allocator = local
4211 id_allocator->MarkAsUsed(client_id);
4241 IdAllocatorInterface* id_allocator = local
4243 id_allocator->MarkAsUsed(client_id);
5004 IdAllocatorInterface* id_allocator local
5036 IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id); local
5076 IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id); local
10728 IdAllocatorInterface* id_allocator = local
[all...]
/external/chromium_org/gpu/
H A Dcommand_buffer_common.target.darwin-arm.mk32 gpu/command_buffer/common/id_allocator.cc \
H A Dcommand_buffer_common.target.darwin-arm64.mk32 gpu/command_buffer/common/id_allocator.cc \
H A Dcommand_buffer_common.target.darwin-mips.mk32 gpu/command_buffer/common/id_allocator.cc \
H A Dcommand_buffer_common.target.darwin-mips64.mk32 gpu/command_buffer/common/id_allocator.cc \
H A Dcommand_buffer_common.target.darwin-x86.mk32 gpu/command_buffer/common/id_allocator.cc \
H A Dcommand_buffer_common.target.darwin-x86_64.mk32 gpu/command_buffer/common/id_allocator.cc \
H A Dcommand_buffer_common.target.linux-arm.mk32 gpu/command_buffer/common/id_allocator.cc \
H A Dcommand_buffer_common.target.linux-arm64.mk32 gpu/command_buffer/common/id_allocator.cc \
H A Dcommand_buffer_common.target.linux-mips.mk32 gpu/command_buffer/common/id_allocator.cc \
H A Dcommand_buffer_common.target.linux-mips64.mk32 gpu/command_buffer/common/id_allocator.cc \
H A Dcommand_buffer_common.target.linux-x86.mk32 gpu/command_buffer/common/id_allocator.cc \
H A Dcommand_buffer_common.target.linux-x86_64.mk32 gpu/command_buffer/common/id_allocator.cc \
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h1845 IdAllocatorInterface* id_allocator = GetIdAllocator(id_namespaces::kQueries); local
1847 queries[ii] = id_allocator->AllocateID();

Completed in 1781 milliseconds