HomeSort by relevance Sort by last modified time
    Searched refs:InProcessCommandBuffer (Results 1 - 11 of 11) 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...]
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_factory_impl.h 56 scoped_refptr<gpu::InProcessCommandBuffer::Service> service);
72 scoped_refptr<gpu::InProcessCommandBuffer::Service> service_;
synchronous_compositor_factory_impl.cc 63 scoped_refptr<gpu::InProcessCommandBuffer::Service> service,
288 scoped_refptr<gpu::InProcessCommandBuffer::Service> service) {
synchronous_compositor_impl.cc 88 scoped_refptr<gpu::InProcessCommandBuffer::Service> service) {
  /external/chromium_org/content/public/browser/android/
synchronous_compositor.h 64 scoped_refptr<gpu::InProcessCommandBuffer::Service> service);
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.h 58 scoped_refptr<gpu::InProcessCommandBuffer::Service> service,
gl_in_process_context.cc 62 const scoped_refptr<InProcessCommandBuffer::Service>& service);
82 scoped_ptr<InProcessCommandBuffer> command_buffer_;
138 const scoped_refptr<InProcessCommandBuffer::Service>& service) {
147 command_buffer_.reset(new InProcessCommandBuffer(service));
151 InProcessCommandBuffer* share_command_buffer = NULL;
265 scoped_refptr<gpu::InProcessCommandBuffer::Service> service,
  /external/chromium_org/android_webview/browser/
deferred_gpu_command_service.h 33 : public gpu::InProcessCommandBuffer::Service,
gpu_memory_buffer_factory_impl.cc 120 gpu::InProcessCommandBuffer::SetGpuMemoryBufferFactory(this);
hardware_renderer.cc 41 scoped_refptr<gpu::InProcessCommandBuffer::Service> service) {

Completed in 1495 milliseconds