HomeSort by relevance Sort by last modified time
    Searched refs:ContextProviderCommandBuffer (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 18 class ContextProviderCommandBuffer::LostContextCallbackProxy
21 explicit LostContextCallbackProxy(ContextProviderCommandBuffer* provider)
35 ContextProviderCommandBuffer* provider_;
38 scoped_refptr<ContextProviderCommandBuffer>
39 ContextProviderCommandBuffer::Create(
45 return new ContextProviderCommandBuffer(context3d.Pass(), debug_name);
48 ContextProviderCommandBuffer::ContextProviderCommandBuffer(
60 ContextProviderCommandBuffer::~ContextProviderCommandBuffer() {
    [all...]
context_provider_command_buffer.h 26 class CONTENT_EXPORT ContextProviderCommandBuffer
29 static scoped_refptr<ContextProviderCommandBuffer> Create(
55 ContextProviderCommandBuffer(
58 virtual ~ContextProviderCommandBuffer();
context_provider_command_buffer_browsertest.cc 50 scoped_refptr<ContextProviderCommandBuffer> provider =
51 ContextProviderCommandBuffer::Create(CreateContext3d(), "TestContext");
  /external/chromium_org/content/renderer/gpu/
delegated_compositor_output_surface.h 17 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
delegated_compositor_output_surface.cc 12 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
compositor_output_surface.h 34 class ContextProviderCommandBuffer;
48 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
mailbox_output_surface.h 30 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
compositor_output_surface.cc 53 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
mailbox_output_surface.cc 26 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
  /external/chromium_org/content/browser/aura/
gpu_browser_compositor_output_surface.h 19 const scoped_refptr<ContextProviderCommandBuffer>& context,
gpu_process_transport_factory.h 22 class ContextProviderCommandBuffer;
82 scoped_refptr<ContextProviderCommandBuffer> offscreen_compositor_contexts_;
83 scoped_refptr<ContextProviderCommandBuffer> shared_main_thread_contexts_;
browser_compositor_output_surface.h 23 class ContextProviderCommandBuffer;
45 const scoped_refptr<ContextProviderCommandBuffer>& context,
gpu_browser_compositor_output_surface.cc 14 const scoped_refptr<ContextProviderCommandBuffer>& context,
browser_compositor_output_surface.cc 20 const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
gpu_process_transport_factory.cc 195 scoped_refptr<ContextProviderCommandBuffer> context_provider;
205 context_provider = ContextProviderCommandBuffer::Create(
391 offscreen_compositor_contexts_ = ContextProviderCommandBuffer::Create(
407 shared_main_thread_contexts_ = ContextProviderCommandBuffer::Create(
414 static_cast<ContextProviderCommandBuffer*>(
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.h 26 class ContextProviderCommandBuffer;
48 const scoped_refptr<ContextProviderCommandBuffer>& context_provider);
106 scoped_refptr<ContextProviderCommandBuffer> context_provider_;
renderer_gpu_video_accelerator_factories.cc 24 const scoped_refptr<ContextProviderCommandBuffer>& context_provider)
  /external/chromium_org/content/renderer/pepper/
pepper_platform_context_3d.h 22 class ContextProviderCommandBuffer;
  /external/chromium_org/content/browser/gpu/
gpu_ipc_browsertests.cc 188 scoped_refptr<ContextProviderCommandBuffer> provider =
189 ContextProviderCommandBuffer::Create(CreateContext(),
  /external/chromium_org/content/renderer/
render_thread_impl.h 77 class ContextProviderCommandBuffer;
490 scoped_refptr<ContextProviderCommandBuffer> offscreen_compositor_contexts_;
491 scoped_refptr<ContextProviderCommandBuffer> shared_main_thread_contexts_;
495 scoped_refptr<ContextProviderCommandBuffer> gpu_va_context_provider_;
render_thread_impl.cc 887 gpu_va_context_provider_ = ContextProviderCommandBuffer::Create(
    [all...]
render_widget.cc 899 scoped_refptr<ContextProviderCommandBuffer> context_provider;
901 context_provider = ContextProviderCommandBuffer::Create
    [all...]
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 76 content::ContextProviderCommandBuffer>& context_provider)
398 scoped_refptr<ContextProviderCommandBuffer> context_provider =
399 ContextProviderCommandBuffer::Create(

Completed in 379 milliseconds