Home
last modified time | relevance | path

Searched refs:ContextProviderCommandBuffer (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/content/common/gpu/client/
Dcontext_provider_command_buffer.cc18 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 …]
Dcontext_provider_command_buffer.h27 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/
Drenderer_gpu_video_accelerator_factories.h24 class ContextProviderCommandBuffer; variable
45 const scoped_refptr<ContextProviderCommandBuffer>& context_provider);
74 const scoped_refptr<ContextProviderCommandBuffer>& context_provider);
88 scoped_refptr<ContextProviderCommandBuffer> context_provider_;
Drenderer_gpu_video_accelerator_factories.cc30 const scoped_refptr<ContextProviderCommandBuffer>& context_provider) { in Create()
46 const scoped_refptr<ContextProviderCommandBuffer>& context_provider) in RendererGpuVideoAcceleratorFactories()
/external/chromium_org/content/browser/compositor/
Dgpu_browser_compositor_output_surface.cc15 const scoped_refptr<ContextProviderCommandBuffer>& context, in GpuBrowserCompositorOutputSurface()
33 ContextProviderCommandBuffer* provider_command_buffer = in SwapBuffers()
34 static_cast<ContextProviderCommandBuffer*>(context_provider_.get()); in SwapBuffers()
Dbrowser_compositor_output_surface.h19 class ContextProviderCommandBuffer; variable
50 const scoped_refptr<ContextProviderCommandBuffer>& context,
Dgpu_process_transport_factory.h30 class ContextProviderCommandBuffer; variable
87 scoped_refptr<ContextProviderCommandBuffer> shared_main_thread_contexts_;
Dgpu_process_transport_factory.cc154 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()
Dgpu_browser_compositor_output_surface.h27 const scoped_refptr<ContextProviderCommandBuffer>& context,
Dgpu_surfaceless_browser_compositor_output_surface.h18 const scoped_refptr<ContextProviderCommandBuffer>& context,
Dgpu_surfaceless_browser_compositor_output_surface.cc19 const scoped_refptr<ContextProviderCommandBuffer>& context, in GpuSurfacelessBrowserCompositorOutputSurface()
Dbrowser_compositor_output_surface.cc16 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in BrowserCompositorOutputSurface()
/external/chromium_org/content/renderer/gpu/
Dcompositor_output_surface.h37 class ContextProviderCommandBuffer; variable
52 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in NON_EXPORTED_BASE()
Dcompositor_output_surface.cc56 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in CompositorOutputSurface()
189 ContextProviderCommandBuffer* provider_command_buffer = in SwapBuffers()
190 static_cast<ContextProviderCommandBuffer*>(context_provider()); in SwapBuffers()
Ddelegated_compositor_output_surface.h19 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
Ddelegated_compositor_output_surface.cc13 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in DelegatedCompositorOutputSurface()
Dmailbox_output_surface.h32 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
Dmailbox_output_surface.cc28 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in MailboxOutputSurface()
/external/chromium_org/content/browser/gpu/
Dgpu_ipc_browsertests.cc174 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/
Dcompositor_impl_android.cc60 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/
Drender_thread_impl.h82 class ContextProviderCommandBuffer; variable
549 scoped_refptr<ContextProviderCommandBuffer> gpu_va_context_provider_;
Drender_thread_impl.cc1099 gpu_va_context_provider_ = ContextProviderCommandBuffer::Create( in GetGpuFactories()
1149 shared_main_thread_contexts_ = ContextProviderCommandBuffer::Create( in SharedMainThreadContextProvider()
Drender_widget.cc852 scoped_refptr<ContextProviderCommandBuffer> context_provider; in CreateOutputSurface()
854 context_provider = ContextProviderCommandBuffer::Create( in CreateOutputSurface()