/external/chromium_org/gpu/command_buffer/common/ |
D | id_allocator_test.cc | 17 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()
|
D | BUILD.gn | 23 "id_allocator.cc", 24 "id_allocator.h",
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest.cc | 225 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 …]
|
D | gles2_cmd_decoder.cc | 3957 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/ |
D | command_buffer_common.gypi | 26 'command_buffer/common/id_allocator.cc', 27 'command_buffer/common/id_allocator.h',
|
D | command_buffer_common.target.linux-arm64.mk | 32 gpu/command_buffer/common/id_allocator.cc \
|
D | command_buffer_common.target.darwin-arm64.mk | 32 gpu/command_buffer/common/id_allocator.cc \
|
D | command_buffer_common.target.linux-mips64.mk | 32 gpu/command_buffer/common/id_allocator.cc \
|
D | command_buffer_common.target.linux-x86.mk | 32 gpu/command_buffer/common/id_allocator.cc \
|
D | command_buffer_common.target.darwin-mips.mk | 32 gpu/command_buffer/common/id_allocator.cc \
|
D | command_buffer_common.target.darwin-x86.mk | 32 gpu/command_buffer/common/id_allocator.cc \
|
D | command_buffer_common.target.linux-mips.mk | 32 gpu/command_buffer/common/id_allocator.cc \
|
D | command_buffer_common.target.darwin-x86_64.mk | 32 gpu/command_buffer/common/id_allocator.cc \
|
D | command_buffer_common.target.linux-x86_64.mk | 32 gpu/command_buffer/common/id_allocator.cc \
|
D | command_buffer_common.target.darwin-mips64.mk | 32 gpu/command_buffer/common/id_allocator.cc \
|
D | command_buffer_common.target.linux-arm.mk | 32 gpu/command_buffer/common/id_allocator.cc \
|
D | command_buffer_common.target.darwin-arm.mk | 32 gpu/command_buffer/common/id_allocator.cc \
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 1845 IdAllocatorInterface* id_allocator = GetIdAllocator(id_namespaces::kQueries); in GenQueriesEXT() local 1847 queries[ii] = id_allocator->AllocateID(); in GenQueriesEXT()
|