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

  /external/chromium_org/gpu/command_buffer/service/
context_group.h 154 IdAllocatorInterface* GetIdAllocator(unsigned namespace_id);
gles2_cmd_decoder_unittest_base.h 100 IdAllocatorInterface* GetIdAllocator(GLuint namespace_id) {
101 return group_->GetIdAllocator(namespace_id);
context_group.cc 331 IdAllocatorInterface* ContextGroup::GetIdAllocator(unsigned namespace_id) {
gles2_cmd_decoder.cc     [all...]
gles2_cmd_decoder_unittest.cc 225 IdAllocatorInterface* id_allocator = GetIdAllocator(kNamespaceId);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 601 IdAllocatorInterface* GetIdAllocator(int id_namespace) const;
gles2_implementation_impl_autogen.h     [all...]
gles2_implementation.cc 330 IdAllocatorInterface* GLES2Implementation::GetIdAllocator(
    [all...]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 112 milliseconds