Searched refs:GetIdAllocator (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_group.h154 IdAllocatorInterface* GetIdAllocator(unsigned namespace_id);
H A Dgles2_cmd_decoder_unittest_base.h100 IdAllocatorInterface* GetIdAllocator(GLuint namespace_id) { function in class:gpu::gles2::GLES2DecoderTestBase
101 return group_->GetIdAllocator(namespace_id);
H A Dcontext_group.cc331 IdAllocatorInterface* ContextGroup::GetIdAllocator(unsigned namespace_id) { function in class:gpu::gles2::ContextGroup
H A Dgles2_cmd_decoder.cc3958 group_->GetIdAllocator(id_namespaces::kBuffers);
4162 group_->GetIdAllocator(id_namespaces::kFramebuffers);
4210 group_->GetIdAllocator(id_namespaces::kRenderbuffers);
4242 group_->GetIdAllocator(id_namespaces::kTextures);
5004 IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id);
5036 IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id);
5076 IdAllocatorInterface* id_allocator = group_->GetIdAllocator(namespace_id);
10729 group_->GetIdAllocator(id_namespaces::kTextures);
H A Dgles2_cmd_decoder_unittest.cc225 IdAllocatorInterface* id_allocator = GetIdAllocator(kNamespaceId);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h601 IdAllocatorInterface* GetIdAllocator(int id_namespace) const;
H A Dgles2_implementation_impl_autogen.h1845 IdAllocatorInterface* id_allocator = GetIdAllocator(id_namespaces::kQueries);
H A Dgles2_implementation.cc330 IdAllocatorInterface* GLES2Implementation::GetIdAllocator( function in class:gpu::gles2::GLES2Implementation

Completed in 177 milliseconds