Searched refs:InProcessCommandBuffer (Results 1 – 10 of 10) sorted by relevance
61 public InProcessCommandBuffer::Service,101 base::LazyInstance<std::set<InProcessCommandBuffer*> > default_thread_clients_ =178 InProcessCommandBuffer::Service::Service() {} in Service()180 InProcessCommandBuffer::Service::~Service() {} in ~Service()182 scoped_refptr<InProcessCommandBuffer::Service>183 InProcessCommandBuffer::GetDefaultService() { in GetDefaultService()187 InProcessCommandBuffer* other = *default_thread_clients_.Get().begin(); in GetDefaultService()196 InProcessCommandBuffer::InProcessCommandBuffer( in InProcessCommandBuffer() function in gpu::InProcessCommandBuffer209 InProcessCommandBuffer::~InProcessCommandBuffer() { in ~InProcessCommandBuffer()215 void InProcessCommandBuffer::OnResizeView(gfx::Size size, float scale_factor) { in OnResizeView()[all …]
59 class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,63 explicit InProcessCommandBuffer(const scoped_refptr<Service>& service);64 virtual ~InProcessCommandBuffer();78 InProcessCommandBuffer* share_group);151 InProcessCommandBuffer* context_group;159 InProcessCommandBuffer* share_group) in InitializeOnGpuThreadParams()223 base::WeakPtr<InProcessCommandBuffer> gpu_thread_weak_ptr_;224 base::WeakPtrFactory<InProcessCommandBuffer> gpu_thread_weak_ptr_factory_;226 DISALLOW_COPY_AND_ASSIGN(InProcessCommandBuffer);
63 const scoped_refptr<InProcessCommandBuffer::Service>& service);82 scoped_ptr<InProcessCommandBuffer> command_buffer_;131 const scoped_refptr<InProcessCommandBuffer::Service>& service) { in Initialize()192 command_buffer_.reset(new InProcessCommandBuffer(service)); in Initialize()196 InProcessCommandBuffer* share_command_buffer = NULL; in Initialize()328 scoped_refptr<InProcessCommandBuffer::Service>())) in CreateContext()337 scoped_refptr<gpu::InProcessCommandBuffer::Service> service, in CreateWithSurface()
68 scoped_refptr<gpu::InProcessCommandBuffer::Service> service,
59 scoped_refptr<gpu::InProcessCommandBuffer::Service> service);84 scoped_refptr<gpu::InProcessCommandBuffer::Service> service_;
35 scoped_refptr<gpu::InProcessCommandBuffer::Service> service, in CreateContext()240 scoped_refptr<gpu::InProcessCommandBuffer::Service> service) { in SetDeferredGpuService()
87 scoped_refptr<gpu::InProcessCommandBuffer::Service> service) { in SetGpuService()
57 scoped_refptr<gpu::InProcessCommandBuffer::Service> service);
54 gpu::InProcessCommandBuffer::SetGpuMemoryBufferFactory( in BasicStartupComplete()
195 : public gpu::InProcessCommandBuffer::Service,