Searched defs:InProcessCommandBuffer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.h59 // TODO(reveman): Remove this interface when InProcessCommandBuffer doesn't need
83 class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer, class in namespace:gpu
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...]
H A Din_process_command_buffer.cc62 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( function in class:gpu::InProcessCommandBuffer
[all...]

Completed in 78 milliseconds