HomeSort by relevance Sort by last modified time
    Searched refs:id_allocator (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/gpu/command_buffer/common/
id_allocator_test.cc 7 #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/
gles2_cmd_decoder_unittest.cc 11 #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->InUse(kRegisterId))
    [all...]
gles2_cmd_decoder.cc 32 #include "gpu/command_buffer/common/id_allocator.h"
3957 IdAllocatorInterface* id_allocator = local
4161 IdAllocatorInterface* id_allocator = local
4209 IdAllocatorInterface* id_allocator = local
4241 IdAllocatorInterface* id_allocator = local
5004 IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id); 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/
command_buffer_common.target.darwin-arm.mk 32 gpu/command_buffer/common/id_allocator.cc \
command_buffer_common.target.darwin-arm64.mk 32 gpu/command_buffer/common/id_allocator.cc \
command_buffer_common.target.darwin-mips.mk 32 gpu/command_buffer/common/id_allocator.cc \
command_buffer_common.target.darwin-mips64.mk 32 gpu/command_buffer/common/id_allocator.cc \
command_buffer_common.target.darwin-x86.mk 32 gpu/command_buffer/common/id_allocator.cc \
command_buffer_common.target.darwin-x86_64.mk 32 gpu/command_buffer/common/id_allocator.cc \
command_buffer_common.target.linux-arm.mk 32 gpu/command_buffer/common/id_allocator.cc \
command_buffer_common.target.linux-arm64.mk 32 gpu/command_buffer/common/id_allocator.cc \
command_buffer_common.target.linux-mips.mk 32 gpu/command_buffer/common/id_allocator.cc \
command_buffer_common.target.linux-mips64.mk 32 gpu/command_buffer/common/id_allocator.cc \
command_buffer_common.target.linux-x86.mk 32 gpu/command_buffer/common/id_allocator.cc \
command_buffer_common.target.linux-x86_64.mk 32 gpu/command_buffer/common/id_allocator.cc \
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 1845 IdAllocatorInterface* id_allocator = GetIdAllocator(id_namespaces::kQueries); local
    [all...]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 246 milliseconds