Home
last modified time | relevance | path

Searched refs:InProcessCommandBuffer (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Din_process_command_buffer.cc61 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::InProcessCommandBuffer
209 InProcessCommandBuffer::~InProcessCommandBuffer() { in ~InProcessCommandBuffer()
215 void InProcessCommandBuffer::OnResizeView(gfx::Size size, float scale_factor) { in OnResizeView()
[all …]
Din_process_command_buffer.h59 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);
/external/chromium_org/gpu/command_buffer/client/
Dgl_in_process_context.cc63 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()
Dgl_in_process_context.h68 scoped_refptr<gpu::InProcessCommandBuffer::Service> service,
/external/chromium_org/content/browser/android/in_process/
Dsynchronous_compositor_factory_impl.h59 scoped_refptr<gpu::InProcessCommandBuffer::Service> service);
84 scoped_refptr<gpu::InProcessCommandBuffer::Service> service_;
Dsynchronous_compositor_factory_impl.cc35 scoped_refptr<gpu::InProcessCommandBuffer::Service> service, in CreateContext()
240 scoped_refptr<gpu::InProcessCommandBuffer::Service> service) { in SetDeferredGpuService()
Dsynchronous_compositor_impl.cc87 scoped_refptr<gpu::InProcessCommandBuffer::Service> service) { in SetGpuService()
/external/chromium_org/content/public/browser/android/
Dsynchronous_compositor.h57 scoped_refptr<gpu::InProcessCommandBuffer::Service> service);
/external/chromium_org/android_webview/lib/main/
Daw_main_delegate.cc54 gpu::InProcessCommandBuffer::SetGpuMemoryBufferFactory( in BasicStartupComplete()
/external/chromium_org/android_webview/browser/
Din_process_view_renderer.cc195 : public gpu::InProcessCommandBuffer::Service,