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

  /external/chromium_org/gpu/command_buffer/common/
id_allocator.h 26 class GPU_EXPORT IdAllocatorInterface {
28 virtual ~IdAllocatorInterface();
48 class GPU_EXPORT IdAllocator : public IdAllocatorInterface {
53 // Implement IdAllocatorInterface.
80 class NonReusedIdAllocator : public IdAllocatorInterface {
85 // Implement IdAllocatorInterface.
id_allocator.cc 13 IdAllocatorInterface::~IdAllocatorInterface() {
  /external/chromium_org/gpu/command_buffer/service/
context_group.h 24 class IdAllocatorInterface;
154 IdAllocatorInterface* GetIdAllocator(unsigned namespace_id);
211 linked_ptr<IdAllocatorInterface>
context_group.cc 331 IdAllocatorInterface* ContextGroup::GetIdAllocator(unsigned namespace_id) {
gles2_cmd_decoder_unittest_base.h 100 IdAllocatorInterface* GetIdAllocator(GLuint 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;
774 scoped_ptr<IdAllocatorInterface> query_id_allocator_;
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 97 milliseconds