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_ =
189 InProcessCommandBuffer::Service::Service() {}
191 InProcessCommandBuffer::Service::~Service() {}
193 scoped_refptr<InProcessCommandBuffer::Service>
194 InProcessCommandBuffer::GetDefaultService() {
198 InProcessCommandBuffer* other = *default_thread_clients_.Get().begin();
207 InProcessCommandBuffer::InProcessCommandBuffer(
221 InProcessCommandBuffer::~InProcessCommandBuffer()
    [all...]
in_process_command_buffer.h 64 class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,
68 explicit InProcessCommandBuffer(const scoped_refptr<Service>& service);
69 virtual ~InProcessCommandBuffer();
83 InProcessCommandBuffer* share_group);
150 InProcessCommandBuffer* context_group;
158 InProcessCommandBuffer* share_group)
228 base::WeakPtr<InProcessCommandBuffer> gpu_thread_weak_ptr_;
229 base::WeakPtrFactory<InProcessCommandBuffer> gpu_thread_weak_ptr_factory_;
231 DISALLOW_COPY_AND_ASSIGN(InProcessCommandBuffer);

Completed in 43 milliseconds