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
60 ContextProviderCommandBuffer::~ContextProviderCommandBuffer() { in ~ContextProviderCommandBuffer()
81 bool ContextProviderCommandBuffer::BindToCurrentThread() { in BindToCurrentThread()
99 base::Bind(&ContextProviderCommandBuffer::OnMemoryAllocationChanged, in BindToCurrentThread()
[all …]
Dcontext_provider_command_buffer.h26 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()
Dcontext_provider_command_buffer_browsertest.cc50 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/
Drenderer_gpu_video_accelerator_factories.h26 class ContextProviderCommandBuffer; variable
48 const scoped_refptr<ContextProviderCommandBuffer>& context_provider);
106 scoped_refptr<ContextProviderCommandBuffer> context_provider_;
Drenderer_gpu_video_accelerator_factories.cc24 const scoped_refptr<ContextProviderCommandBuffer>& context_provider) in RendererGpuVideoAcceleratorFactories()
/external/chromium_org/content/browser/aura/
Dgpu_process_transport_factory.h22 class ContextProviderCommandBuffer; variable
82 scoped_refptr<ContextProviderCommandBuffer> offscreen_compositor_contexts_;
83 scoped_refptr<ContextProviderCommandBuffer> shared_main_thread_contexts_;
Dbrowser_compositor_output_surface.h23 class ContextProviderCommandBuffer; variable
45 const scoped_refptr<ContextProviderCommandBuffer>& context,
Dgpu_process_transport_factory.cc195 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()
Dgpu_browser_compositor_output_surface.h19 const scoped_refptr<ContextProviderCommandBuffer>& context,
Dgpu_browser_compositor_output_surface.cc14 const scoped_refptr<ContextProviderCommandBuffer>& context, in GpuBrowserCompositorOutputSurface()
Dbrowser_compositor_output_surface.cc20 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in BrowserCompositorOutputSurface()
/external/chromium_org/content/renderer/gpu/
Dcompositor_output_surface.h34 class ContextProviderCommandBuffer; variable
48 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in NON_EXPORTED_BASE()
Ddelegated_compositor_output_surface.h17 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
Ddelegated_compositor_output_surface.cc12 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in DelegatedCompositorOutputSurface()
Dmailbox_output_surface.h30 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
Dcompositor_output_surface.cc53 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in CompositorOutputSurface()
Dmailbox_output_surface.cc26 const scoped_refptr<ContextProviderCommandBuffer>& context_provider, in MailboxOutputSurface()
/external/chromium_org/content/renderer/
Drender_thread_impl.h77 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_;
Drender_thread_impl.cc887 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()
Drender_widget.cc899 scoped_refptr<ContextProviderCommandBuffer> context_provider; in CreateOutputSurface()
901 context_provider = ContextProviderCommandBuffer::Create( in CreateOutputSurface()
/external/chromium_org/content/browser/gpu/
Dgpu_ipc_browsertests.cc188 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/
Dpepper_platform_context_3d.h22 class ContextProviderCommandBuffer; variable
/external/chromium_org/content/browser/renderer_host/
Dcompositor_impl_android.cc76 content::ContextProviderCommandBuffer>& context_provider) in OutputSurfaceWithoutParent()
398 scoped_refptr<ContextProviderCommandBuffer> context_provider = in CreateOutputSurface()
399 ContextProviderCommandBuffer::Create( in CreateOutputSurface()