HomeSort by relevance Sort by last modified time
    Searched defs:InProcessCommandBuffer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 62 public InProcessCommandBuffer::Service,
112 base::LazyInstance<std::set<InProcessCommandBuffer*> > default_thread_clients_ =
184 InProcessCommandBuffer::Service::Service() {}
186 InProcessCommandBuffer::Service::~Service() {}
189 InProcessCommandBuffer::Service::mailbox_manager() {
195 scoped_refptr<InProcessCommandBuffer::Service>
196 InProcessCommandBuffer::GetDefaultService() {
200 InProcessCommandBuffer* other = *default_thread_clients_.Get().begin();
209 InProcessCommandBuffer::InProcessCommandBuffer(
    [all...]
in_process_command_buffer.h 59 // TODO(reveman): Remove this interface when InProcessCommandBuffer doesn't need
83 class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,
87 explicit InProcessCommandBuffer(const scoped_refptr<Service>& service);
88 virtual ~InProcessCommandBuffer();
103 InProcessCommandBuffer* share_group);
176 InProcessCommandBuffer* context_group;
184 InProcessCommandBuffer* share_group)
263 base::WeakPtr<InProcessCommandBuffer> gpu_thread_weak_ptr_;
264 base::WeakPtrFactory<InProcessCommandBuffer> gpu_thread_weak_ptr_factory_;
266 DISALLOW_COPY_AND_ASSIGN(InProcessCommandBuffer);
    [all...]

Completed in 126 milliseconds