/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 59 ContextProviderCommandBuffer::~ContextProviderCommandBuffer() { in ~ContextProviderCommandBuffer() 74 CommandBufferProxyImpl* ContextProviderCommandBuffer::GetCommandBufferProxy() { in GetCommandBufferProxy() 79 ContextProviderCommandBuffer::WebContext3D() { in WebContext3D() [all …]
|
D | context_provider_command_buffer.h | 27 class CONTENT_EXPORT ContextProviderCommandBuffer 30 static scoped_refptr<ContextProviderCommandBuffer> Create( in NON_EXPORTED_BASE() 56 ContextProviderCommandBuffer( in NON_EXPORTED_BASE() 59 virtual ~ContextProviderCommandBuffer(); in NON_EXPORTED_BASE()
|
/external/chromium_org/content/renderer/media/ |
D | renderer_gpu_video_accelerator_factories.h | 24 class ContextProviderCommandBuffer; variable 45 const scoped_refptr<ContextProviderCommandBuffer>& context_provider); 74 const scoped_refptr<ContextProviderCommandBuffer>& context_provider); 88 scoped_refptr<ContextProviderCommandBuffer> context_provider_;
|
D | renderer_gpu_video_accelerator_factories.cc | 30 const scoped_refptr<ContextProviderCommandBuffer>& context_provider) { in Create() 46 const scoped_refptr<ContextProviderCommandBuffer>& context_provider) in RendererGpuVideoAcceleratorFactories()
|
/external/chromium_org/content/browser/compositor/ |
D | gpu_browser_compositor_output_surface.cc | 15 const scoped_refptr<ContextProviderCommandBuffer>& context, in GpuBrowserCompositorOutputSurface() 33 ContextProviderCommandBuffer* provider_command_buffer = in SwapBuffers() 34 static_cast<ContextProviderCommandBuffer*>(context_provider_.get()); in SwapBuffers()
|
D | browser_compositor_output_surface.h | 19 class ContextProviderCommandBuffer; variable 50 const scoped_refptr<ContextProviderCommandBuffer>& context,
|
D | gpu_process_transport_factory.h | 30 class ContextProviderCommandBuffer; variable 87 scoped_refptr<ContextProviderCommandBuffer> shared_main_thread_contexts_;
|
D | gpu_process_transport_factory.cc | 154 scoped_refptr<ContextProviderCommandBuffer> context_provider; in CreateOutputSurface() 157 context_provider = ContextProviderCommandBuffer::Create( in CreateOutputSurface() 205 offscreen_context_provider = ContextProviderCommandBuffer::Create( in CreateOutputSurface() 387 shared_main_thread_contexts_ = ContextProviderCommandBuffer::Create( in SharedMainThreadContextProvider()
|
D | gpu_browser_compositor_output_surface.h | 27 const scoped_refptr<ContextProviderCommandBuffer>& context,
|
D | gpu_surfaceless_browser_compositor_output_surface.h | 18 const scoped_refptr<ContextProviderCommandBuffer>& context,
|
D | gpu_surfaceless_browser_compositor_output_surface.cc | 19 const scoped_refptr<ContextProviderCommandBuffer>& context, in GpuSurfacelessBrowserCompositorOutputSurface()
|
D | browser_compositor_output_surface.cc | 16 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in BrowserCompositorOutputSurface()
|
/external/chromium_org/content/renderer/gpu/ |
D | compositor_output_surface.h | 37 class ContextProviderCommandBuffer; variable 52 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in NON_EXPORTED_BASE()
|
D | compositor_output_surface.cc | 56 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in CompositorOutputSurface() 189 ContextProviderCommandBuffer* provider_command_buffer = in SwapBuffers() 190 static_cast<ContextProviderCommandBuffer*>(context_provider()); in SwapBuffers()
|
D | delegated_compositor_output_surface.h | 19 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
|
D | delegated_compositor_output_surface.cc | 13 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in DelegatedCompositorOutputSurface()
|
D | mailbox_output_surface.h | 32 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
|
D | mailbox_output_surface.cc | 28 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in MailboxOutputSurface()
|
/external/chromium_org/content/browser/gpu/ |
D | gpu_ipc_browsertests.cc | 174 scoped_refptr<ContextProviderCommandBuffer> provider = in IN_PROC_BROWSER_TEST_F() 175 ContextProviderCommandBuffer::Create(CreateContext(), in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/content/browser/renderer_host/ |
D | compositor_impl_android.cc | 60 content::ContextProviderCommandBuffer>& context_provider, in OutputSurfaceWithoutParent() 69 content::ContextProviderCommandBuffer* provider_command_buffer = in SwapBuffers() 70 static_cast<content::ContextProviderCommandBuffer*>( in SwapBuffers() 572 scoped_refptr<ContextProviderCommandBuffer> context_provider; in CreateOutputSurface() 577 context_provider = ContextProviderCommandBuffer::Create( in CreateOutputSurface()
|
/external/chromium_org/content/renderer/ |
D | render_thread_impl.h | 82 class ContextProviderCommandBuffer; variable 549 scoped_refptr<ContextProviderCommandBuffer> gpu_va_context_provider_;
|
D | render_thread_impl.cc | 1099 gpu_va_context_provider_ = ContextProviderCommandBuffer::Create( in GetGpuFactories() 1149 shared_main_thread_contexts_ = ContextProviderCommandBuffer::Create( in SharedMainThreadContextProvider()
|
D | render_widget.cc | 852 scoped_refptr<ContextProviderCommandBuffer> context_provider; in CreateOutputSurface() 854 context_provider = ContextProviderCommandBuffer::Create( in CreateOutputSurface()
|