/external/chromium_org/content/common/gpu/client/ |
D | context_provider_command_buffer.cc | 18 class ContextProviderCommandBuffer::LostContextCallbackProxy 21 explicit LostContextCallbackProxy(ContextProviderCommandBuffer* provider) in LostContextCallbackProxy() 35 ContextProviderCommandBuffer* provider_; 38 scoped_refptr<ContextProviderCommandBuffer> 39 ContextProviderCommandBuffer::Create( in Create() 45 return new ContextProviderCommandBuffer(context3d.Pass(), debug_name); in Create() 48 ContextProviderCommandBuffer::ContextProviderCommandBuffer( in ContextProviderCommandBuffer() function in content::ContextProviderCommandBuffer 60 ContextProviderCommandBuffer::~ContextProviderCommandBuffer() { in ~ContextProviderCommandBuffer() 81 bool ContextProviderCommandBuffer::BindToCurrentThread() { in BindToCurrentThread() 99 base::Bind(&ContextProviderCommandBuffer::OnMemoryAllocationChanged, in BindToCurrentThread() [all …]
|
D | context_provider_command_buffer.h | 26 class CONTENT_EXPORT ContextProviderCommandBuffer 29 static scoped_refptr<ContextProviderCommandBuffer> Create( in NON_EXPORTED_BASE() 55 ContextProviderCommandBuffer( in NON_EXPORTED_BASE() 58 virtual ~ContextProviderCommandBuffer(); in NON_EXPORTED_BASE()
|
D | context_provider_command_buffer_browsertest.cc | 50 scoped_refptr<ContextProviderCommandBuffer> provider = in IN_PROC_BROWSER_TEST_F() 51 ContextProviderCommandBuffer::Create(CreateContext3d(), "TestContext"); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/content/renderer/media/ |
D | renderer_gpu_video_accelerator_factories.h | 26 class ContextProviderCommandBuffer; variable 48 const scoped_refptr<ContextProviderCommandBuffer>& context_provider); 106 scoped_refptr<ContextProviderCommandBuffer> context_provider_;
|
D | renderer_gpu_video_accelerator_factories.cc | 24 const scoped_refptr<ContextProviderCommandBuffer>& context_provider) in RendererGpuVideoAcceleratorFactories()
|
/external/chromium_org/content/browser/aura/ |
D | gpu_process_transport_factory.h | 22 class ContextProviderCommandBuffer; variable 82 scoped_refptr<ContextProviderCommandBuffer> offscreen_compositor_contexts_; 83 scoped_refptr<ContextProviderCommandBuffer> shared_main_thread_contexts_;
|
D | browser_compositor_output_surface.h | 23 class ContextProviderCommandBuffer; variable 45 const scoped_refptr<ContextProviderCommandBuffer>& context,
|
D | gpu_process_transport_factory.cc | 195 scoped_refptr<ContextProviderCommandBuffer> context_provider; in CreateOutputSurface() 205 context_provider = ContextProviderCommandBuffer::Create( in CreateOutputSurface() 391 offscreen_compositor_contexts_ = ContextProviderCommandBuffer::Create( in OffscreenCompositorContextProvider() 407 shared_main_thread_contexts_ = ContextProviderCommandBuffer::Create( in SharedMainThreadContextProvider() 414 static_cast<ContextProviderCommandBuffer*>( in SharedMainThreadContextProvider()
|
D | gpu_browser_compositor_output_surface.h | 19 const scoped_refptr<ContextProviderCommandBuffer>& context,
|
D | gpu_browser_compositor_output_surface.cc | 14 const scoped_refptr<ContextProviderCommandBuffer>& context, in GpuBrowserCompositorOutputSurface()
|
D | browser_compositor_output_surface.cc | 20 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in BrowserCompositorOutputSurface()
|
/external/chromium_org/content/renderer/gpu/ |
D | compositor_output_surface.h | 34 class ContextProviderCommandBuffer; variable 48 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in NON_EXPORTED_BASE()
|
D | delegated_compositor_output_surface.h | 17 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
|
D | delegated_compositor_output_surface.cc | 12 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in DelegatedCompositorOutputSurface()
|
D | mailbox_output_surface.h | 30 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
|
D | compositor_output_surface.cc | 53 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in CompositorOutputSurface()
|
D | mailbox_output_surface.cc | 26 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in MailboxOutputSurface()
|
/external/chromium_org/content/renderer/ |
D | render_thread_impl.h | 77 class ContextProviderCommandBuffer; variable 490 scoped_refptr<ContextProviderCommandBuffer> offscreen_compositor_contexts_; 491 scoped_refptr<ContextProviderCommandBuffer> shared_main_thread_contexts_; 495 scoped_refptr<ContextProviderCommandBuffer> gpu_va_context_provider_;
|
D | render_thread_impl.cc | 887 gpu_va_context_provider_ = ContextProviderCommandBuffer::Create( in GetGpuFactories() 938 offscreen_compositor_contexts_ = ContextProviderCommandBuffer::Create( in OffscreenCompositorContextProvider() 961 ContextProviderCommandBuffer::Create(CreateOffscreenContext3d(), in SharedMainThreadContextProvider() 966 static_cast<ContextProviderCommandBuffer*>( in SharedMainThreadContextProvider()
|
D | render_widget.cc | 899 scoped_refptr<ContextProviderCommandBuffer> context_provider; in CreateOutputSurface() 901 context_provider = ContextProviderCommandBuffer::Create( in CreateOutputSurface()
|
/external/chromium_org/content/browser/gpu/ |
D | gpu_ipc_browsertests.cc | 188 scoped_refptr<ContextProviderCommandBuffer> provider = in IN_PROC_BROWSER_TEST_F() 189 ContextProviderCommandBuffer::Create(CreateContext(), in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_platform_context_3d.h | 22 class ContextProviderCommandBuffer; variable
|
/external/chromium_org/content/browser/renderer_host/ |
D | compositor_impl_android.cc | 76 content::ContextProviderCommandBuffer>& context_provider) in OutputSurfaceWithoutParent() 398 scoped_refptr<ContextProviderCommandBuffer> context_provider = in CreateOutputSurface() 399 ContextProviderCommandBuffer::Create( in CreateOutputSurface()
|